From d0245a2e5d510b71e8efc0a3e16fa3099715967c Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 19 Jul 2024 15:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=AC=E5=8F=B8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/static/config_gongsi.js | 59 ++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 fe/PDA/static/config_gongsi.js diff --git a/fe/PDA/static/config_gongsi.js b/fe/PDA/static/config_gongsi.js new file mode 100644 index 000000000..c06ff6c7a --- /dev/null +++ b/fe/PDA/static/config_gongsi.js @@ -0,0 +1,59 @@ +const configList = [{ + "name": "公司代码", + "value": "DongYang" + }, { + "name": "仓库代码", + "value": "T9" + }, + { + "name": "服务地址", + "value": "http://dev.ccwin-in.com:60099" + }, + { + "name": "原料报废扫描库位", + "value": "否" + }, + { + "name": "只看当天采购任务", + "value": "是" + } + ] + + const params = { + "companyCode": "DongYang", + "warehouseCode": "T9", + "putawayLocationTypes": "1,2,3,4", + "putawayInventoryStatus": "2", + "dev": "http://dev.ccwin-in.com:60099", + "print_url": "http://dev.ccwin-in.com:59095", + "version_update_url": "http://dev.ccwin-in.com:60071", + "isScrapScanToLocation": false, + "isReceiptToday": false, + "scrapReason": "ScrapReason", + "purchaseReturnReason": "PurReturnReason", + "returnBeforPutawayReason": "UnqualifiedReason", + "receiptCheckReason": "UnqualifiedReason" + } + const desc = { + "companyCode": "公司代码", + "warehouseCode": "仓库代码", + "putawayLocationTypes": "上架库位类型", + "putawayInventoryStatus": "上架库存状态", + "dev": "api请求地址", + "print_url": "", + "version_update_url": "版本更新地址", + "isScrapScanToLocation": "原料报废是否显示扫描库位(false : 不显示扫描库位,true:显示扫描库位)", + "isReceiptToday": "采购收货是否只看今天的采购任务 (false : 看所有,true:只看今天):", + "ScrapReason": "原料报废原因字典项", + "purchaseReturnReason": "采购退货原因字典项", + "returnBeforPutawayReason": "上架前退货原因字典项", + "receiptCheckReason": "采购收货不合格原因字典项" + } + + + +export default { + configList, + params, + desc +}