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 {