|
|
@ -372,7 +372,7 @@ |
|
|
|
@change="beginHostSNChange" |
|
|
|
:disabled="true" |
|
|
|
/> |
|
|
|
<label class="label1">-</label> |
|
|
|
<!-- <label class="label1">-</label> |
|
|
|
<el-input |
|
|
|
v-model="form.endHostSN" |
|
|
|
placeholder="" |
|
|
@ -380,7 +380,7 @@ |
|
|
|
:disabled="true" |
|
|
|
size="small" |
|
|
|
style="width: 240px" |
|
|
|
/> |
|
|
|
/> --> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -529,7 +529,7 @@ export default { |
|
|
|
drawerZHBPrint: false, |
|
|
|
drawerZHBDelete: false, |
|
|
|
activeNames: ["1"], |
|
|
|
printNum: "12", |
|
|
|
printNum: "10", |
|
|
|
printNumZHB: "24", |
|
|
|
rules: { |
|
|
|
erpAssemblyName: [ |
|
|
@ -1335,7 +1335,7 @@ export default { |
|
|
|
}); |
|
|
|
return; |
|
|
|
} |
|
|
|
(this.printNum = "12"), |
|
|
|
(this.printNum = "10"), |
|
|
|
(this.printNumZHB = "24"), |
|
|
|
(this.hostSNQuery.productLine = this.listQuery.productLine); |
|
|
|
this.hostPrintQuery.productLine = this.listQuery.productLine; |
|
|
@ -1699,8 +1699,11 @@ export default { |
|
|
|
/** |
|
|
|
* 保存、加载、打印门板 |
|
|
|
*/ |
|
|
|
private_printMenBan() |
|
|
|
{ |
|
|
|
private_printMenBan(){ |
|
|
|
// 2024-01-10 新增字段PrintCount |
|
|
|
if(this.listQuery.productType == 1){ |
|
|
|
this.hostPrintQuery.printCount = this.printNum |
|
|
|
} |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
//"/api/newjit/bill-m100/save-menban-report", |
|
|
|