| src/views/scgl/sckbg.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/zzmx/chda.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/scgl/sckbg.vue
@@ -2046,10 +2046,10 @@ if (res.code === '200') { this.dialogVisible = false this.$message.success('收料成功!') if (this.dialogForm.nextstepcode === '') { // if (this.dialogForm.nextstepcode === '') { this.WXprint2(this.OperationArr.find(item => item.usercode === this.dialogForm.inuser).username) this.dialogVisible2 = true } // } this.tabClick() this.$store.state.app.buttonIsDisabled = false } else { @@ -2125,10 +2125,10 @@ if (res.code === '200') { this.dialogVisible = false this.$message.success('报工成功!') if (this.dialogForm.nextstepcode === '') { // if (this.dialogForm.nextstepcode === '') { this.ZZprint2(this.OperationArr.find(item => item.usercode === this.dialogForm.operation).username) this.dialogVisible2 = true } // } this.tabClick() this.$store.state.app.buttonIsDisabled = false } else { src/views/zzmx/chda.vue
@@ -958,10 +958,6 @@ }, // 对话框确认 dialogVisibleConfirm() { if (this.defaultroute_codeArr.length > 0 && this.defaultroute_code === '') { return this.$message.info('默认工艺路线不能为空!') } this.$refs.dialogForm.validate(valid => { if (valid) { this.$store.state.app.buttonIsDisabled = true @@ -1071,8 +1067,7 @@ }, // 确定 async routeDialogVisibleConfirm() { const temp = this.dialogFormRoute.routeOperationArr.filter(item => item.isSelected2) if (this.defaultroute_code === '' && temp.length > 0) { if (this.defaultroute_code === null || this.defaultroute_code === 'null') { return this.$message.info('默认工艺路线不能为空!') }