|
|
@ -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 |
|
|
|