From e465fb0b9992bbc791faae1a8dcbdb88512ac198 Mon Sep 17 00:00:00 2001 From: feijinping Date: Tue, 6 Dec 2022 23:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/business.js | 4 +++- src/views/components/BrandSelect.vue | 2 +- src/views/components/ProdCategory.vue | 8 ++++++-- src/views/pms/product/AddProduct.vue | 20 +++++++++++++++----- src/views/pms/productCategory/index.vue | 2 +- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/config/business.js b/src/config/business.js index 636ab15..5130959 100644 --- a/src/config/business.js +++ b/src/config/business.js @@ -1,4 +1,6 @@ export const dict_types = ["sys_user_sex", "sys_show_hide", "sys_normal_disable", "sys_job_status", "sys_job_group", "sys_yes_no", "sys_notice_type", "sys_notice_status", "sys_oper_type", "sys_common_status", "wms_item_type", "wms_carrier_level", "wms_supplier_level", "wms_receipt_type", "wms_receipt_status", - "wms_shipment_type", "wms_shipment_status", "wms_movement_type", "wms_movement_status"]; + "wms_shipment_type", "wms_shipment_status", "wms_movement_type", "wms_movement_status", + "pms_publish_status" +]; diff --git a/src/views/components/BrandSelect.vue b/src/views/components/BrandSelect.vue index 17c584f..03b1be9 100644 --- a/src/views/components/BrandSelect.vue +++ b/src/views/components/BrandSelect.vue @@ -1,6 +1,6 @@