|
|
|
@ -418,9 +418,10 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
getBillNo(billNo){
|
|
|
|
|
getBillNo(billNo,workPlaceCode){
|
|
|
|
|
let post = {
|
|
|
|
|
billNo: billNo,
|
|
|
|
|
workPlaceCode: workPlaceCode,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
}
|
|
|
|
@ -455,7 +456,8 @@ export default {
|
|
|
|
|
this.findFromInvList("");
|
|
|
|
|
}
|
|
|
|
|
if (this.formData.billNo != null){
|
|
|
|
|
this.getBillNo(this.formData.billNo)
|
|
|
|
|
this.getBillNo(this.formData.billNo,this.formData.workplaceCode)
|
|
|
|
|
this.startDeal();
|
|
|
|
|
}else {
|
|
|
|
|
this.findCurOrder();
|
|
|
|
|
}
|
|
|
|
|