|
@@ -403,6 +403,13 @@ export default {
|
|
if(this.tableData2[0] && this.tableData2[0].name === '喷墨'){
|
|
if(this.tableData2[0] && this.tableData2[0].name === '喷墨'){
|
|
this.tenant.formulaNum = this.$refs.printing.formulaNum
|
|
this.tenant.formulaNum = this.$refs.printing.formulaNum
|
|
console.log("配方编号:"+this.tenant.formulaNum);
|
|
console.log("配方编号:"+this.tenant.formulaNum);
|
|
|
|
+ if(this.tenant.formulaNum===0){
|
|
|
|
+ this.$message({
|
|
|
|
+ message: "【喷墨配方】不能为0",
|
|
|
|
+ type: 'error'
|
|
|
|
+ })
|
|
|
|
+ return false
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// 获取【人工质检】数据
|
|
// 获取【人工质检】数据
|