|
@@ -119,17 +119,17 @@ export default {
|
|
|
...data,
|
|
|
id: "",
|
|
|
code: "",
|
|
|
+ isEnd:'N',
|
|
|
status: "0",
|
|
|
source: "3",
|
|
|
- paymentMoney:'',
|
|
|
- applyPaymentMoney:'',
|
|
|
- closeTime:'',
|
|
|
isClose:'N',
|
|
|
+ closeTime:'',
|
|
|
+ isInvoice:'N',
|
|
|
isSendWms:'N',
|
|
|
rebateMoney:'',
|
|
|
- isInvoice:'N',
|
|
|
invoiceMoney:'',
|
|
|
- isEnd:'N',
|
|
|
+ paymentMoney:'',
|
|
|
+ applyPaymentMoney:'',
|
|
|
|
|
|
};
|
|
|
|
|
@@ -401,7 +401,7 @@ export default {
|
|
|
this.params['notaxMoney'] = 0;
|
|
|
source.isDrug = val.materialMedcine.isDrug == '0' ? 'Y' : 'N';
|
|
|
|
|
|
- await this.handleGetPrice();
|
|
|
+ // await this.handleGetPrice();
|
|
|
|
|
|
}
|
|
|
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
|
|
|
row['whetherCompleteInquiry'] = false;
|
|
|
|
|
|
- this.handleGetPrice();
|
|
|
+ row.qty && this.handleGetPrice();
|
|
|
|
|
|
}
|
|
|
},
|