|
@@ -418,6 +418,8 @@ export default {
|
|
type: "warning",
|
|
type: "warning",
|
|
});
|
|
});
|
|
this.form1 = [];
|
|
this.form1 = [];
|
|
|
|
+ this.purchaseOrderId = null
|
|
|
|
+ this.purchaseOrderNo = null
|
|
} else {
|
|
} else {
|
|
console.log();
|
|
console.log();
|
|
this.remark = res.data.data.remark;
|
|
this.remark = res.data.data.remark;
|
|
@@ -523,8 +525,6 @@ export default {
|
|
console.log(res);
|
|
console.log(res);
|
|
this.isKuang = false;
|
|
this.isKuang = false;
|
|
},
|
|
},
|
|
- refreshTable(){
|
|
|
|
- },
|
|
|
|
ondrawer(num) {
|
|
ondrawer(num) {
|
|
if(this.supplierId == null){
|
|
if(this.supplierId == null){
|
|
this.$message.warning("请先选择发货单位")
|
|
this.$message.warning("请先选择发货单位")
|
|
@@ -600,21 +600,8 @@ export default {
|
|
this.purchaseOrderId = selection.purchaseOrderId;
|
|
this.purchaseOrderId = selection.purchaseOrderId;
|
|
},
|
|
},
|
|
currentRadioChange3(selection) {
|
|
currentRadioChange3(selection) {
|
|
|
|
+ this.selectionList = [];
|
|
this.selectionList = selection;
|
|
this.selectionList = selection;
|
|
- console.log(selection)
|
|
|
|
- selection.forEach((e) => {
|
|
|
|
- var addmap = {
|
|
|
|
- orderMaterialWeight:e.orderMaterialWeight,
|
|
|
|
- carrierName:e.carrierName,
|
|
|
|
- capacityNumber:e.capacityNumber,
|
|
|
|
- remark:e.remark,
|
|
|
|
- carrierId:e.carrierId,
|
|
|
|
- capacityId:e.capacityId
|
|
|
|
- };
|
|
|
|
- this.selectionList.push(addmap)
|
|
|
|
- console.log(this.selectionList)
|
|
|
|
- })
|
|
|
|
- this.truckList = selection
|
|
|
|
},
|
|
},
|
|
// 确认
|
|
// 确认
|
|
onClickConfirm() {
|
|
onClickConfirm() {
|