From fa523e19c4e89c3a08aff41fe5acb57392a0f0aa Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 18 十二月 2023 14:57:43 +0800 Subject: [PATCH] 修改库存调整路由跳转,重订货规则数量设置默认值,样式调整 --- src/views/reportForm/outboundDetail/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/reportForm/outboundDetail/index.vue b/src/views/reportForm/outboundDetail/index.vue index e7c63ca..02fef43 100644 --- a/src/views/reportForm/outboundDetail/index.vue +++ b/src/views/reportForm/outboundDetail/index.vue @@ -118,11 +118,11 @@ }, { label: "涓氬姟绫诲瀷", - prop: "baseOperationType", + prop: "operationTypeName", isShowColumn: true, default: true, - conversion: true, - getStatus: this.getBaseOperationTypeList + // conversion: true, + // getStatus: this.getBaseOperationTypeList }, { label: "浠�", -- Gitblit v1.8.0