| src/views/farmplant/process.vue | ●●●●● patch | view | raw | blame | history |
src/views/farmplant/process.vue
@@ -813,6 +813,13 @@ this.$refs.form.validate((vaild, done) => { if (vaild) { this.formJG['farmId'] = this.$farmId if(this.formJG.saleNum <0 || this.formJG.processNum<0){ this.$message({ type: "warning", message: "加工数量和产品数量不能为负数!" }) done() }else { submitProcessJG(this.formJG).then(() => { this.onLoad(this.page) this.$message({ @@ -829,6 +836,7 @@ done() }) } } }) }, //库存损耗表单提交