From d79730b2299f262ae0f2602a64146d924581d040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Wed, 31 May 2023 17:34:49 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/ruoyi.scss | 7 +++++++ src/views/inout/DialogCreateOrder.vue | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 6a6c03ad..3ee86d32 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -338,6 +338,13 @@ border-top: 1px solid #E6EBF5; } +.el-divider--horizontal { + display: block; + height: 1px; + width: 100%; + margin: 0px 0px 15px 0px !important; +} + .el-card { margin-right: 15px; margin-left: 15px; diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 96571bf6..784da660 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -500,6 +500,7 @@ import {findByInvUser} from "@/api/basic/busType"; import {getInvSpaceList} from "@/api/inventory/invSpace"; import DialogSelectUnit from "./DialogSelectUnit"; import DialogSelectSpace from "./DialogSelectSpace"; +import {isBlank} from "@/utils/strUtil"; export default { name: "ioCreateOrder", @@ -570,6 +571,7 @@ export default { curAction: { corpType: 0, genUnit: false, + checkWebNew: null }, fromOptions: [], isCodeAlive: true, @@ -716,6 +718,13 @@ export default { .then((response) => { this.busTypeOptions = response.data || []; this.curAction = this.getActionItem(this.orderFormData.action); + if(isBlank(this.curAction)){ + this.curAction={ + corpType: 0, + genUnit: false, + checkWebNew: null + } + } if ( (this.curAction.checkEnable && (this.curAction.checkWebNew || @@ -1140,6 +1149,7 @@ export default { JSON.parse(JSON.stringify(this.orderFormData)) ); tQuery.orderId = this.orderFormData.billNo; + console.log(this.curAction) if (this.viewType == 2) { //扫码单据立即提交 submitCodes(tQuery).then((response) => { if (response.code === 20000) { @@ -1361,6 +1371,9 @@ export default { this.actionEnable = true; if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { this.checkPreInArray = this.orderFormData.split(","); + } + this.curAction={ + } this.refreshCodesPanel(); //加载选择框候选数据