|
@@ -2,7 +2,7 @@
|
|
|
<div class="container">
|
|
|
<el-row>
|
|
|
<el-col :span="18">
|
|
|
- <h2 class="bg-left title">流转记录</h2>
|
|
|
+ <h2 class="bg-left title1">流转记录</h2>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="bg-right">
|
|
|
<el-button class="bg-bottom" type="primary" size="small" @click="iossrecord()" v-show="this.warehouseType != 2">
|
|
@@ -67,7 +67,7 @@
|
|
|
src="../../../public/img/sousuo.png" alt />
|
|
|
</ws-button>
|
|
|
<el-button type="primary" @click="batchPrint">批量打印</el-button>
|
|
|
- <!-- <el-button type="primary" @click="salesTransfer">销售转移</el-button> -->
|
|
|
+ <el-button type="primary" @click="salesTransfer">销售转移</el-button>
|
|
|
<el-table show-summary ref="tableData" :data="warehouseList.records" height="570"
|
|
|
v-show="this.warehouseType== '1'" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" :selectable="selectInit"></el-table-column>
|
|
@@ -187,8 +187,8 @@
|
|
|
<span v-if='scope.row.inOutFlag==1'>{{ scope.row.backOffice }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column prop="salesTransferStatus" label="销售转移状态" width="150px">
|
|
|
- </el-table-column> -->
|
|
|
+ <el-table-column prop="salesTransferStatus" label="销售转移状态" width="150px">
|
|
|
+ </el-table-column>
|
|
|
|
|
|
<el-table-column prop="addressUrl" label="操作" width="100px">
|
|
|
<template slot-scope="scope">
|
|
@@ -292,8 +292,8 @@
|
|
|
<el-table-column prop="agent" label="经办人">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="backOffice" label="操作人"> </el-table-column>
|
|
|
- <!-- <el-table-column prop="salesTransferStatus" label="销售转移状态" width="150px">
|
|
|
- </el-table-column> -->
|
|
|
+ <el-table-column prop="salesTransferStatus" label="销售转移状态" width="150px">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="addressUrl" label="附件">
|
|
|
<template slot-scope="scope">
|
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
@@ -326,15 +326,16 @@
|
|
|
<el-image style="width: 100px; height: 100px" :src="appendixIdss" :preview-src-list="srcList">
|
|
|
</el-image>
|
|
|
</WinseaContentModal>
|
|
|
- <WinseaContentModal v-model="show" title="销售转移"
|
|
|
+ <WinseaContentModal class="sale-form" v-model="show" title="销售转移"
|
|
|
@on-cancel="handleClose">
|
|
|
<div>
|
|
|
+ <div class="title">转移前</div>
|
|
|
<div style="display:inline-block;" v-for="item in modification">{{ item.carNo }} ({{ item.netWeight }})</div>
|
|
|
</div>
|
|
|
<div>合计:{{modification.length}}车 {{num}}吨 合同编号:{{currectdata.contractNo}}({{currectdata.pointOut}})</div>
|
|
|
|
|
|
<el-form label-position="left" class="sale-form" ref="form" :model="currectdata" label-width="160px">
|
|
|
-
|
|
|
+ <div class="title">转移后</div>
|
|
|
<el-form-item label="出入库任务">
|
|
|
<el-select @change="taskNochange" v-model="currectdata.taskNoNew" placeholder="选择转移后的出入库任务编号">
|
|
|
<el-option v-for="item in arr2" :key="item.id" :label="item.inOutTaskNo+(item.taskFlag?'('+item.taskFlag+')':'')" :value="item.inOutTaskNo"></el-option>
|
|
@@ -349,11 +350,9 @@
|
|
|
<el-option v-for="item in taskInfo" :label="item.taskNo" :value="item.taskNo"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item>
|
|
|
- <el-button @click="show=false">取消</el-button>
|
|
|
- <el-button type="primary" @click="onSubmit">提交</el-button>
|
|
|
- </el-form-item>
|
|
|
</el-form>
|
|
|
+ <div style="text-align:center;"><el-button @click="show=false">取消</el-button>
|
|
|
+ <el-button type="primary" @click="onSubmit">提交</el-button></div>
|
|
|
</WinseaContentModal>
|
|
|
</div>
|
|
|
|
|
@@ -957,11 +956,11 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
- .title {
|
|
|
+ .title1 {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
- .title::before {
|
|
|
+ .title1::before {
|
|
|
content: '';
|
|
|
display: inline-block;
|
|
|
width: 5px;
|
|
@@ -1319,7 +1318,13 @@
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: auto;
|
|
|
- height: 410px;
|
|
|
+ height: 369px;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
+ /deep/.sale-form .title{
|
|
|
+ font-weight:600;
|
|
|
+ }
|
|
|
+ /deep/.sale-form .el-form-item__label{
|
|
|
+ font-weight:500;
|
|
|
+ }
|
|
|
</style>
|