|
|
|
@ -802,7 +802,12 @@ |
|
|
|
this.sum2 += newDate.allRollQty; |
|
|
|
}, |
|
|
|
saveCRoll() { |
|
|
|
|
|
|
|
if(this.dataForm.checked==true){ |
|
|
|
this.$alert('打印机连接失败!', '错误', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return false; |
|
|
|
} |
|
|
|
let inData = { |
|
|
|
site: this.dataForm.site, |
|
|
|
partNo: this.dataForm.partNo |
|
|
|
@ -812,7 +817,6 @@ |
|
|
|
this.dataForm.partDescription=data.rows[0].partDescription; |
|
|
|
//this.dataForm = JSON.parse(JSON.stringify(this.dataForm)); |
|
|
|
let inData2={ |
|
|
|
|
|
|
|
site : this.dataForm.site, |
|
|
|
supplierID : this.dataForm.supplierID |
|
|
|
} |
|
|
|
|