From 56f9bfff149581e23537027f446f4b5738a54f2d Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 19 Apr 2023 10:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=9B=E5=BB=BA=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/busTypePre.vue | 2 +- src/views/system/param/busTypePreModify.vue | 22 ++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index 09dbcfe..a0030e9 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -215,7 +215,7 @@ export default { this.$message.error("目标出入库单与目标业务单不能同时为空!") return; } - if(isBlank(this.inputQuery.supplementAll)){ + if (isBlank(this.inputQuery.supplementAll)) { this.$message.error("补单方式不能为空!") return; } diff --git a/src/views/system/param/busTypePreModify.vue b/src/views/system/param/busTypePreModify.vue index b5cb8ea..72fc7f0 100644 --- a/src/views/system/param/busTypePreModify.vue +++ b/src/views/system/param/busTypePreModify.vue @@ -90,17 +90,28 @@ + + + + + + + + + + 草稿 待核对 - - - - - + + + + + @@ -307,6 +318,7 @@ export default { created() { if (this.inputQuery.originAction == null) { this.isAdd = true; + this.inputQuery.createType = 1; this.inputQuery.auditStatus = 1; this.inputQuery.busAuditStatus = 1; } else {