|
@@ -67,7 +67,7 @@
|
|
src="../../../public/img/sousuo.png" alt />
|
|
src="../../../public/img/sousuo.png" alt />
|
|
</ws-button>
|
|
</ws-button>
|
|
<el-button type="primary" @click="batchPrint">批量打印</el-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"
|
|
<el-table show-summary ref="tableData" :data="warehouseList.records" height="570"
|
|
v-show="this.warehouseType== '1'" @selection-change="handleSelectionChange">
|
|
v-show="this.warehouseType== '1'" @selection-change="handleSelectionChange">
|
|
<el-table-column type="selection" width="55" :selectable="selectInit"></el-table-column>
|
|
<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>
|
|
<span v-if='scope.row.inOutFlag==1'>{{ scope.row.backOffice }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</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">
|
|
<el-table-column prop="addressUrl" label="操作" width="100px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -292,8 +292,8 @@
|
|
<el-table-column prop="agent" label="经办人">
|
|
<el-table-column prop="agent" label="经办人">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="backOffice" 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="附件">
|
|
<el-table-column prop="addressUrl" label="附件">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
@@ -528,7 +528,12 @@
|
|
|
|
|
|
this.contractNo=await getcontract({contractNo:this.currectdata.contractNoNew,warehouseName:this.warehouseName,compId:localStorage.getItem('ws-pf_compId')}).toPromise()
|
|
this.contractNo=await getcontract({contractNo:this.currectdata.contractNoNew,warehouseName:this.warehouseName,compId:localStorage.getItem('ws-pf_compId')}).toPromise()
|
|
this.currectdata.pointOutNew=this.contractNo.pointOut
|
|
this.currectdata.pointOutNew=this.contractNo.pointOut
|
|
- this.currectdata.contractNopointOut=this.currectdata.contractNoNew+'('+this.currectdata.pointOutNew+')'
|
|
|
|
|
|
+ if(this.contractNo.pointOut){
|
|
|
|
+ this.currectdata.contractNopointOut=this.currectdata.contractNoNew+'('+this.currectdata.pointOutNew+')'
|
|
|
|
+ }else{
|
|
|
|
+ this.currectdata.contractNopointOut=this.currectdata.contractNoNew
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
var data=await getYunShuNumber({contractNo:this.currectdata.contractNoNew}).toPromise()
|
|
var data=await getYunShuNumber({contractNo:this.currectdata.contractNoNew}).toPromise()
|
|
this.currectdata.tranTaskNew=data[0].taskNo
|
|
this.currectdata.tranTaskNew=data[0].taskNo
|