|
@@ -1149,12 +1149,12 @@ export default {
|
|
// 先打印
|
|
// 先打印
|
|
this.changeGrossWeight(this.printTableData[0]);
|
|
this.changeGrossWeight(this.printTableData[0]);
|
|
// 后端打印
|
|
// 后端打印
|
|
- // await this.newPrintHandler();
|
|
|
|
|
|
+ await this.newPrintHandler();
|
|
// 前端打印
|
|
// 前端打印
|
|
- codeListPrint(this.printTableData, "printDom");
|
|
|
|
- if (this.excuteType == 1) {
|
|
|
|
- this.tableData.push(this.printTableData[0]);
|
|
|
|
- }
|
|
|
|
|
|
+ // codeListPrint(this.printTableData, "printDom");
|
|
|
|
+ // if (this.excuteType == 1) {
|
|
|
|
+ // this.tableData.push(this.printTableData[0]);
|
|
|
|
+ // }
|
|
// 后保存数据
|
|
// 后保存数据
|
|
let payLoad = {
|
|
let payLoad = {
|
|
...this.form,
|
|
...this.form,
|