修正页面错误,完善ts elint
parent
eb0d1a616e
commit
7930a8beea
@ -1,237 +1,237 @@
|
||||
export const url = {
|
||||
menu: '/wmspda/system/getRFMenus',
|
||||
wmspda: {
|
||||
system: {
|
||||
test: '/wmspda/system/test',
|
||||
login: '/wmspda/system/login',
|
||||
getMenus: '/wmspda/system/getMenus',
|
||||
},
|
||||
fg: {
|
||||
xxrkScanValidata: '/wmspda/fg/xxrkScanValidata',
|
||||
offlineRk: '/wmspda/fg/offlineRk',
|
||||
outStorageLoadProduct: '/wmspda/fg/outStorageLoadProduct',
|
||||
outStorageLoadDocumentByCarBatchno: '/wmspda/fg/outStorageLoadDocumentByCarBatchno',
|
||||
orderType: '/wmspda/fg/orderType',
|
||||
},
|
||||
menu: '/wmspda/system/getRFMenus',
|
||||
wmspda: {
|
||||
system: {
|
||||
test: '/wmspda/system/test',
|
||||
login: '/wmspda/system/login',
|
||||
getMenus: '/wmspda/system/getMenus',
|
||||
},
|
||||
sys: {
|
||||
log: {
|
||||
error: '/wmspda/sys/log/error',
|
||||
},
|
||||
fg: {
|
||||
xxrkScanValidata: '/wmspda/fg/xxrkScanValidata',
|
||||
offlineRk: '/wmspda/fg/offlineRk',
|
||||
outStorageLoadProduct: '/wmspda/fg/outStorageLoadProduct',
|
||||
outStorageLoadDocumentByCarBatchno: '/wmspda/fg/outStorageLoadDocumentByCarBatchno',
|
||||
orderType: '/wmspda/fg/orderType',
|
||||
},
|
||||
auth: {
|
||||
locations: '/wmspda/auth/locations',
|
||||
query: {
|
||||
location: '/wmspda/auth/query/location',
|
||||
location1: '/wmspda/material/orderin/receiveloc',
|
||||
},
|
||||
systime: '/wmspda/auth/systime',
|
||||
userInfo: '/wmspda/auth/userinfo',
|
||||
pwd: {
|
||||
check: '/wmspda/auth/pwd/check',
|
||||
},
|
||||
factory: {
|
||||
sap: '/wmspda/auth/factory/sap',
|
||||
},
|
||||
},
|
||||
sys: {
|
||||
log: {
|
||||
error: '/wmspda/sys/log/error',
|
||||
},
|
||||
appointmentreg: {
|
||||
platform: {
|
||||
list: '/wmspda/appointmentreg/list/platform',
|
||||
},
|
||||
kd: {
|
||||
query: '/wmspda/appointmentreg/query/kd',
|
||||
},
|
||||
save: '/wmspda/appointmentreg/save',
|
||||
delay: {
|
||||
list: '/wmspda/appointmentreg/list/delay',
|
||||
},
|
||||
leave: {
|
||||
carInfo: '/wmspda/appointmentreg/query/leave/carinfo',
|
||||
save: '/wmspda/appointmentreg/leave/save',
|
||||
},
|
||||
},
|
||||
auth: {
|
||||
locations: '/wmspda/auth/locations',
|
||||
query: {
|
||||
location: '/wmspda/auth/query/location',
|
||||
location1: '/wmspda/material/orderin/receiveloc',
|
||||
},
|
||||
material: {
|
||||
POorderin: {
|
||||
info: '/wmspda/material/orderin/poInfo',
|
||||
enter: '/wmspda/material/orderin/enter',
|
||||
},
|
||||
prdOrder: {
|
||||
info: '/wmspda/material/comprehensive/detail/q',
|
||||
},
|
||||
DNorderin: {
|
||||
info: '/wmspda/material/orderin/dnInfo',
|
||||
ImportInfo: '/wmspda/material/orderin/overseasDnInfo',
|
||||
dnReturnInfo: '/wmspda/material/orderin/dnReturnInfo',
|
||||
queryOrder: '/wmspda/material/poReturn/queryOrder', //dn退货 单号查询
|
||||
enter: '/wmspda/material/orderin/enter',
|
||||
ImportEnter: '/wmspda/material/orderin/overseasDnEnter',
|
||||
out: '/wmspda/material/orderin/out',
|
||||
},
|
||||
orderout: {
|
||||
take: '/wmspda/material/orderout/take',
|
||||
detail: '/wmspda/material/orderout/detail',
|
||||
unlock: '/wmspda/material/orderout/unlock',
|
||||
takeout: '/wmspda/material/orderout/takeout',
|
||||
},
|
||||
// 原材料盘点
|
||||
rawMaterialInventory: {
|
||||
// 盘点单号查询检查
|
||||
checkRaw: '/wmspda/product/finished/checkRaw/order',
|
||||
// 扫描物料号检查
|
||||
productCode: '/wmspda/product/finished/checkRaw/productCode',
|
||||
// 3.盘点单中不存在该物料但继续盘点,需要新增单号和物料信息
|
||||
createInfo: '/wmspda/product/finished/checkRaw/createInfo',
|
||||
// 4.物料盘点确定
|
||||
productComplete: '/wmspda/product/finished/checkRaw/productComplete',
|
||||
// 5.盘点完成
|
||||
orderComplete: '/wmspda/product/finished/checkRaw/orderComplete',
|
||||
},
|
||||
// 委外 commission
|
||||
commission: {
|
||||
// 出库 goOut
|
||||
goOut: {
|
||||
// 出库单号查询
|
||||
queryOrder: '/wmspda/material/outsourcing/queryOrder',
|
||||
// 库位下拉列表
|
||||
queryByFactoryCodeAndWorkAreaCode: '/wmspda/fg/queryByFactoryCodeAndWorkAreaCode',
|
||||
// 出库提交
|
||||
materialComplete: '/wmspda/material/outsourcing/materialComplete',
|
||||
// 出库明细查询
|
||||
outInfo: '/wmspda/material/outsourcing/outInfo',
|
||||
},
|
||||
entrant: {
|
||||
// 单号查询
|
||||
queryOrder: '/wmspda/material/outsourcing/into/queryOrder',
|
||||
// 库位下拉列表
|
||||
queryByFactoryCodeAndWorkAreaCode: '/wmspda/fg/queryByFactoryCodeAndWorkAreaCode',
|
||||
// 提交
|
||||
materialComplete: '/wmspda/material/outsourcing/into/materialComplete',
|
||||
// 明细查询
|
||||
info: '/wmspda/material/outsourcing/into/info',
|
||||
},
|
||||
},
|
||||
systime: '/wmspda/auth/systime',
|
||||
userInfo: '/wmspda/auth/userinfo',
|
||||
pwd: {
|
||||
check: '/wmspda/auth/pwd/check',
|
||||
},
|
||||
SFG: {
|
||||
DumpListFH: {
|
||||
FHDH: '/wmspda/material/orderin/poEubInfo',
|
||||
enter: '/wmspda/material/orderin/enterPoEub',
|
||||
},
|
||||
factory: {
|
||||
sap: '/wmspda/auth/factory/sap',
|
||||
},
|
||||
//出库
|
||||
outbound: {
|
||||
stoOutbound: {
|
||||
info: '/wmspda/material/orderout/queryStoPlan',
|
||||
findProdInfoByDN: '/wmspda/fg/findProdInfoByDN',
|
||||
yuetaiType: '/wmspda/fg/queryDocksUnderWareHouse',
|
||||
Bookkeeping: '/wmspda/fg/confirmMove',
|
||||
checkScan: '/wmspda/fg/getMaterialByCode',
|
||||
getMaterialByCode: '/wmspda/fg/getMaterialByCode',
|
||||
queryOrder: '/wmspda/material/outsourcing/into/queryOrder',
|
||||
submit: '/wmspda/material/outsourcing/into/materialComplete',
|
||||
materialComplete: '/wmspda/material/outsourcing/materialComplete',
|
||||
outsourcingQueryOrder: '/wmspda/material/outsourcing/queryOrder',
|
||||
},
|
||||
},
|
||||
appointmentreg: {
|
||||
platform: {
|
||||
list: '/wmspda/appointmentreg/list/platform',
|
||||
},
|
||||
inbound: {
|
||||
finishProductOffline: {
|
||||
kuwei: '/wmspda/fg/getMdLocation',
|
||||
barcode: '/wmspda/product/finished/show-info',
|
||||
confirm: '/wmspda/product/finished/batch-offline',
|
||||
},
|
||||
semiFinishProductOfflineRefrigerator: {
|
||||
kuwei: '/wmspda/fg/getMdLocation',
|
||||
materialCode: '/wmspda/product/semi-finished/get-product',
|
||||
confirm3: '/wmspda/product/semi-finished/batch-online-turnover-door', //门体上线
|
||||
confirm2: '/wmspda/product/semi-finished/batch-offline', //半成品空调/洗衣机下线
|
||||
confirm: '/wmspda/product/semi-finished/batch-offline-turnover-car', //半成品冰箱下线
|
||||
},
|
||||
semiFinishProductOnlineBox: {
|
||||
materialCode: '/wmspda/product/semi-finished/get-origin-material',
|
||||
},
|
||||
kd: {
|
||||
query: '/wmspda/appointmentreg/query/kd',
|
||||
},
|
||||
sortscan: {
|
||||
query: {
|
||||
prdorder: '/wmspda/sortscan/query/prdorder',
|
||||
prdorderList: '/wmspda/sortscan/query/prdorder/list',
|
||||
aggregateList: '/wmspda/sortscan/query/aggregate/list',
|
||||
},
|
||||
save: {
|
||||
aggregate: '/wmspda/sortscan/save/aggregate',
|
||||
order: '/wmspda/sortscan/save/order',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspda/sortscan/unlock/list',
|
||||
},
|
||||
lock: {
|
||||
list: '/wmspda/sortscan/lock/list',
|
||||
},
|
||||
save: '/wmspda/appointmentreg/save',
|
||||
delay: {
|
||||
list: '/wmspda/appointmentreg/list/delay',
|
||||
},
|
||||
sumscan: {
|
||||
query: {
|
||||
orderno: '/wmspda/sumscan/query/orderno',
|
||||
ordoutlist: '/wmspda/sumscan/query/ordoutlist',
|
||||
hzlist: '/wmspda/sumscan/query/hzlist',
|
||||
fllist: '/wmspda/sumscan/query/fllist',
|
||||
},
|
||||
lock: {
|
||||
list: '/wmspda/sumscan/lock/list',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspdasumscan/unlock/list',
|
||||
},
|
||||
u: {
|
||||
order: '/wmspda/sumscan/u/order',
|
||||
hzlist: '/wmspda/sumscan/u/hzlist',
|
||||
fllist: '/wmspdasumscan/u/fllist',
|
||||
},
|
||||
leave: {
|
||||
carInfo: '/wmspda/appointmentreg/query/leave/carinfo',
|
||||
save: '/wmspda/appointmentreg/leave/save',
|
||||
},
|
||||
warehouse: {
|
||||
rowTransfer: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
commit: '/wmspda/fg/confirmMove',
|
||||
getCode: '/wmspda/fg/getCpMoveBatchNo',
|
||||
},
|
||||
rowScrap: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
},
|
||||
rowCollect: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
},
|
||||
wholeTransfer: {
|
||||
list: '/wmspda/fg/getMdLocation',
|
||||
content: '/wmspda/fg/getMaterialByCode',
|
||||
},
|
||||
wholeLnventory: {
|
||||
content: '/wmspda/fg/findMaterialByPddNo',
|
||||
commit: '/wmspda/fg/completePd',
|
||||
scanCode: '/wmspda/fg/inventoryUploadSn',
|
||||
},
|
||||
},
|
||||
material: {
|
||||
POorderin: {
|
||||
info: '/wmspda/material/orderin/poInfo',
|
||||
enter: '/wmspda/material/orderin/enter',
|
||||
},
|
||||
bl: {
|
||||
query: '/wmspda/bl/query',
|
||||
u: '/wmspda/bl/u',
|
||||
unlock: '/wmspda/bl/unlock',
|
||||
prdOrder: {
|
||||
info: '/wmspda/material/comprehensive/detail/q',
|
||||
},
|
||||
tl: {
|
||||
get: {
|
||||
type: '/wmspda/tl/get/type',
|
||||
},
|
||||
u: '/wmspda/tl/u',
|
||||
DNorderin: {
|
||||
info: '/wmspda/material/orderin/dnInfo',
|
||||
ImportInfo: '/wmspda/material/orderin/overseasDnInfo',
|
||||
dnReturnInfo: '/wmspda/material/orderin/dnReturnInfo',
|
||||
queryOrder: '/wmspda/material/poReturn/queryOrder', //dn退货 单号查询
|
||||
enter: '/wmspda/material/orderin/enter',
|
||||
ImportEnter: '/wmspda/material/orderin/overseasDnEnter',
|
||||
out: '/wmspda/material/orderin/out',
|
||||
},
|
||||
virtual: {
|
||||
query: {
|
||||
orderno: '/wmspda/virtual/query/orderno',
|
||||
ordoutlist: '/wmspda/virtual/query/ordoutlist',
|
||||
hzlist: '/wmspda/virtual/query/hzlist',
|
||||
},
|
||||
check: {
|
||||
amount: '/wmspda/virtual/check/amount',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspda/virtual/unlock/list',
|
||||
},
|
||||
u: {
|
||||
hzlist: '/wmspda/virtual/u/hzlist',
|
||||
},
|
||||
orderout: {
|
||||
take: '/wmspda/material/orderout/take',
|
||||
detail: '/wmspda/material/orderout/detail',
|
||||
unlock: '/wmspda/material/orderout/unlock',
|
||||
takeout: '/wmspda/material/orderout/takeout',
|
||||
},
|
||||
// 原材料盘点
|
||||
rawMaterialInventory: {
|
||||
// 盘点单号查询检查
|
||||
checkRaw: '/wmspda/product/finished/checkRaw/order',
|
||||
// 扫描物料号检查
|
||||
productCode: '/wmspda/product/finished/checkRaw/productCode',
|
||||
// 3.盘点单中不存在该物料但继续盘点,需要新增单号和物料信息
|
||||
createInfo: '/wmspda/product/finished/checkRaw/createInfo',
|
||||
// 4.物料盘点确定
|
||||
productComplete: '/wmspda/product/finished/checkRaw/productComplete',
|
||||
// 5.盘点完成
|
||||
orderComplete: '/wmspda/product/finished/checkRaw/orderComplete',
|
||||
},
|
||||
// 委外 commission
|
||||
commission: {
|
||||
// 出库 goOut
|
||||
goOut: {
|
||||
// 出库单号查询
|
||||
queryOrder: '/wmspda/material/outsourcing/queryOrder',
|
||||
// 库位下拉列表
|
||||
queryByFactoryCodeAndWorkAreaCode: '/wmspda/fg/queryByFactoryCodeAndWorkAreaCode',
|
||||
// 出库提交
|
||||
materialComplete: '/wmspda/material/outsourcing/materialComplete',
|
||||
// 出库明细查询
|
||||
outInfo: '/wmspda/material/outsourcing/outInfo',
|
||||
},
|
||||
entrant: {
|
||||
// 单号查询
|
||||
queryOrder: '/wmspda/material/outsourcing/into/queryOrder',
|
||||
// 库位下拉列表
|
||||
queryByFactoryCodeAndWorkAreaCode: '/wmspda/fg/queryByFactoryCodeAndWorkAreaCode',
|
||||
// 提交
|
||||
materialComplete: '/wmspda/material/outsourcing/into/materialComplete',
|
||||
// 明细查询
|
||||
info: '/wmspda/material/outsourcing/into/info',
|
||||
},
|
||||
},
|
||||
},
|
||||
SFG: {
|
||||
DumpListFH: {
|
||||
FHDH: '/wmspda/material/orderin/poEubInfo',
|
||||
enter: '/wmspda/material/orderin/enterPoEub',
|
||||
},
|
||||
},
|
||||
//出库
|
||||
outbound: {
|
||||
stoOutbound: {
|
||||
info: '/wmspda/material/orderout/queryStoPlan',
|
||||
findProdInfoByDN: '/wmspda/fg/findProdInfoByDN',
|
||||
yuetaiType: '/wmspda/fg/queryDocksUnderWareHouse',
|
||||
Bookkeeping: '/wmspda/fg/confirmMove',
|
||||
checkScan: '/wmspda/fg/getMaterialByCode',
|
||||
getMaterialByCode: '/wmspda/fg/getMaterialByCode',
|
||||
queryOrder: '/wmspda/material/outsourcing/into/queryOrder',
|
||||
submit: '/wmspda/material/outsourcing/into/materialComplete',
|
||||
materialComplete: '/wmspda/material/outsourcing/materialComplete',
|
||||
outsourcingQueryOrder: '/wmspda/material/outsourcing/queryOrder',
|
||||
},
|
||||
},
|
||||
inbound: {
|
||||
finishProductOffline: {
|
||||
kuwei: '/wmspda/fg/getMdLocation',
|
||||
barcode: '/wmspda/product/finished/show-info',
|
||||
confirm: '/wmspda/product/finished/batch-offline',
|
||||
},
|
||||
semiFinishProductOfflineRefrigerator: {
|
||||
kuwei: '/wmspda/fg/getMdLocation',
|
||||
materialCode: '/wmspda/product/semi-finished/get-product',
|
||||
confirm3: '/wmspda/product/semi-finished/batch-online-turnover-door', //门体上线
|
||||
confirm2: '/wmspda/product/semi-finished/batch-offline', //半成品空调/洗衣机下线
|
||||
confirm: '/wmspda/product/semi-finished/batch-offline-turnover-car', //半成品冰箱下线
|
||||
},
|
||||
semiFinishProductOnlineBox: {
|
||||
materialCode: '/wmspda/product/semi-finished/get-origin-material',
|
||||
},
|
||||
},
|
||||
sortscan: {
|
||||
query: {
|
||||
prdorder: '/wmspda/sortscan/query/prdorder',
|
||||
prdorderList: '/wmspda/sortscan/query/prdorder/list',
|
||||
aggregateList: '/wmspda/sortscan/query/aggregate/list',
|
||||
},
|
||||
save: {
|
||||
aggregate: '/wmspda/sortscan/save/aggregate',
|
||||
order: '/wmspda/sortscan/save/order',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspda/sortscan/unlock/list',
|
||||
},
|
||||
lock: {
|
||||
list: '/wmspda/sortscan/lock/list',
|
||||
},
|
||||
},
|
||||
sumscan: {
|
||||
query: {
|
||||
orderno: '/wmspda/sumscan/query/orderno',
|
||||
ordoutlist: '/wmspda/sumscan/query/ordoutlist',
|
||||
hzlist: '/wmspda/sumscan/query/hzlist',
|
||||
fllist: '/wmspda/sumscan/query/fllist',
|
||||
},
|
||||
lock: {
|
||||
list: '/wmspda/sumscan/lock/list',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspdasumscan/unlock/list',
|
||||
},
|
||||
u: {
|
||||
order: '/wmspda/sumscan/u/order',
|
||||
hzlist: '/wmspda/sumscan/u/hzlist',
|
||||
fllist: '/wmspdasumscan/u/fllist',
|
||||
},
|
||||
},
|
||||
warehouse: {
|
||||
rowTransfer: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
commit: '/wmspda/fg/confirmMove',
|
||||
getCode: '/wmspda/fg/getCpMoveBatchNo',
|
||||
},
|
||||
rowScrap: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
},
|
||||
rowCollect: {
|
||||
list: '/wmspda/fg/listByOrder',
|
||||
},
|
||||
wholeTransfer: {
|
||||
list: '/wmspda/fg/getMdLocation',
|
||||
content: '/wmspda/fg/getMaterialByCode',
|
||||
},
|
||||
wholeLnventory: {
|
||||
content: '/wmspda/fg/findMaterialByPddNo',
|
||||
commit: '/wmspda/fg/completePd',
|
||||
scanCode: '/wmspda/fg/inventoryUploadSn',
|
||||
},
|
||||
},
|
||||
bl: {
|
||||
query: '/wmspda/bl/query',
|
||||
u: '/wmspda/bl/u',
|
||||
unlock: '/wmspda/bl/unlock',
|
||||
},
|
||||
tl: {
|
||||
get: {
|
||||
type: '/wmspda/tl/get/type',
|
||||
},
|
||||
u: '/wmspda/tl/u',
|
||||
},
|
||||
virtual: {
|
||||
query: {
|
||||
orderno: '/wmspda/virtual/query/orderno',
|
||||
ordoutlist: '/wmspda/virtual/query/ordoutlist',
|
||||
hzlist: '/wmspda/virtual/query/hzlist',
|
||||
},
|
||||
check: {
|
||||
amount: '/wmspda/virtual/check/amount',
|
||||
},
|
||||
unlock: {
|
||||
list: '/wmspda/virtual/unlock/list',
|
||||
},
|
||||
u: {
|
||||
hzlist: '/wmspda/virtual/u/hzlist',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue