|
@@ -809,7 +809,6 @@
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
async callBack() {
|
|
async callBack() {
|
|
|
- return 0
|
|
|
|
|
if (!this.current.generatePurchase && !this.current.generateProduce) {
|
|
if (!this.current.generatePurchase && !this.current.generateProduce) {
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
@@ -821,8 +820,7 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
async saleOrderSubmitOrGenerate(res) {
|
|
async saleOrderSubmitOrGenerate(res) {
|
|
|
- this.saleOrderSubmit(res.id);
|
|
|
|
|
- return
|
|
|
|
|
|
|
+
|
|
|
this.tableList = [];
|
|
this.tableList = [];
|
|
|
this.current = res;
|
|
this.current = res;
|
|
|
if (!res.generatePurchase && !res.generateProduce) {
|
|
if (!res.generatePurchase && !res.generateProduce) {
|