Browse Source

销售订单(联调过提交接口)

master
Zhao Qiqi 3 years ago
parent
commit
248e718cb6
  1. 14
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdan.vue
  2. 12
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue
  3. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanInfo.vue
  4. 1
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanSubmit.vue

14
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdan.vue

@ -275,20 +275,6 @@ export default {
this.$refs['divPrint'].showInfo(row)
},
// ------------------
// ------------------
noClickclose() {
this.xiaodaijinrongfanganInfoShow = false
this.hetongdanganguanliAddShow = false
this.viewState = 1
},
//
handleCheckxiaodai() {
this.viewState = false
this.xiaodaijinrongfanganInfoShow = true
this.hetongdanganguanliAddShow = false
},
// ------------------
//
handleReset() {

12
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue

@ -820,7 +820,7 @@
@handleXuniList="selectXuniList"/>
<!-- 提交补充页面-->
<xiaoshoudingdan-submit v-show="relState == '3'" ref="divsubmit" @handleReturn="changeState"
@handleSubmit="submitPage" @returnHome="handleReturn"/>
@handleSubmit="submitPage" @returnHome="handleReturn('true')"/>
</div>
</template>
@ -2125,6 +2125,7 @@ export default {
handleSelectionXianche(row) {
console.log('勾选现车数据', row)
this.xiancheChoice = row
},
//
handleSelectionCaigou(row) {
@ -2165,7 +2166,14 @@ export default {
return
} else {
const caigouSids = []
this.temp.busSalesVehicleOrderList.push(this.caigouChoice[i])
console.log('123',this.caigouChoice[i])
// this.temp.busSalesVehicleOrderList.push(this.caigouChoice[i])
this.temp.busSalesVehicleOrderList.push({
linkNo: this.caigouChoice[i].linkNo,
linkSid: this.caigouChoice[i].linkSid,
linkText: this.caigouChoice[i].linkText,
usingNum: this.caigouChoice[i].usingNum
})
caigouSids.push(this.caigouChoice[i].linkSid)
this.caigouList.params.sidList = caigouSids
this.caigouVisible = false

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanInfo.vue

@ -499,7 +499,7 @@
</el-table-column>
<el-table-column label="款项支付委托书" align="center">
<template slot-scope="scope">
<span>上传</span>
<span></span>
</template>
</el-table-column>
</el-table>

1
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanSubmit.vue

@ -453,6 +453,7 @@ export default {
},
showSubmit(temp, nodeState) {
this.temp = temp
console.log('提交时的temp',this.temp)
// this.temp.busSalesOrderSubmit = {
// priceRemarks: '', //
// discountRemarks: '', //

Loading…
Cancel
Save