1 changed files with 59 additions and 0 deletions
@ -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 |
|||
} |
Loading…
Reference in new issue