diff --git a/.env.production b/.env.production index 007375a0..715ec9d3 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,10 @@ VITE_BASE_URL_IMAGE=http://dev.ccwin-in.com:26800/admin-api VITE_TENANT='[{"text":"长春1379","value":1}]' # 是否是测试环境 -VITE_isDevelopment=false +VITE_isDevelopment = false # 积木报表请求路径 VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:26800' + +# 项目管理模式 批次货/包装 +VITE_MANAGE_MODEL="BY_BATCH" diff --git a/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue b/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue index a67b1064..eb9b9498 100644 --- a/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue +++ b/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue @@ -24,15 +24,15 @@