需求修改
This commit is contained in:
@@ -539,6 +539,32 @@ export const getWarehouseInfo = () => {
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const getUserInfo = () => {
|
||||
let res = {
|
||||
"result": [
|
||||
{
|
||||
"cgybm": "1",
|
||||
"cgymc": "admin"
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const getOrganizationInfo = () => {
|
||||
let res = {
|
||||
"result": [
|
||||
{
|
||||
"kczzbm": "a110",
|
||||
"kczzmc": "管理部"
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationPage = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
@@ -581,7 +607,7 @@ export const allocationPage = () => {
|
||||
"drckmc": "销售成品仓-浙江大区",
|
||||
"drkwbm": null,
|
||||
"drkwmc": null,
|
||||
"gzh": null,
|
||||
"gzh": 'aljljdljf',
|
||||
"jhdrrq": "2024-05-01",
|
||||
"jhdcrq": "2024-05-02",
|
||||
"flbz": null
|
||||
@@ -994,7 +1020,7 @@ export const allocationBillPage = () => {
|
||||
"drckmc": "销售配件仓",
|
||||
"drkwbm": null,
|
||||
"drkwmc": null,
|
||||
"gzh": null,
|
||||
"gzh": 'djlfjlfjlfj',
|
||||
"jhdrrq": "2024-05-01",
|
||||
"jhdcrq": "2024/05/08 17:09:47",
|
||||
"flbz": null
|
||||
@@ -1059,6 +1085,75 @@ export const allocationBillConfirm = () => {
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationBillInventoryInfo = () => {
|
||||
let res = {
|
||||
code: 1,
|
||||
desc: 'ok',
|
||||
result: [
|
||||
{
|
||||
"locationNo": "01.09.07",
|
||||
"locationName": "四期智能工厂",
|
||||
"materialNo": "255025010002",
|
||||
"materialName": "多路阀(三联晨光)",
|
||||
"lot": '20201010',
|
||||
"unitNo": "PCS",
|
||||
"curStoreQty": "2",
|
||||
"warehouseNo": "3.04.001",
|
||||
"warehouseName": "智能原材料库",
|
||||
"trackNo": '1'
|
||||
},
|
||||
{
|
||||
"locationNo": "01.09.07",
|
||||
"locationName": "四期智能工厂",
|
||||
"materialNo": "255025010002",
|
||||
"materialName": "多路阀(三联晨光)",
|
||||
"lot": '20201010',
|
||||
"unitNo": "PCS",
|
||||
"curStoreQty": "2",
|
||||
"warehouseNo": "3.04.001",
|
||||
"warehouseName": "智能原材料库",
|
||||
"trackNo": '2'
|
||||
},
|
||||
{
|
||||
"locationNo": "01.09.07",
|
||||
"locationName": "四期智能工厂",
|
||||
"materialNo": "255025010002",
|
||||
"materialName": "多路阀(三联晨光)",
|
||||
"lot": '20201010',
|
||||
"unitNo": "PCS",
|
||||
"curStoreQty": "2",
|
||||
"warehouseNo": "3.04.001",
|
||||
"warehouseName": "智能原材料库",
|
||||
"trackNo": '3'
|
||||
},
|
||||
{
|
||||
"locationNo": "01.09.07",
|
||||
"locationName": "四期智能工厂",
|
||||
"materialNo": "255025010002",
|
||||
"materialName": "多路阀(三联晨光)",
|
||||
"lot": '20201010',
|
||||
"unitNo": "PCS",
|
||||
"curStoreQty": "2",
|
||||
"warehouseNo": "3.04.001",
|
||||
"warehouseName": "智能原材料库",
|
||||
"trackNo": '4'
|
||||
},
|
||||
{
|
||||
"locationNo": "01.09.07",
|
||||
"locationName": "四期智能工厂",
|
||||
"materialNo": "255025010002",
|
||||
"materialName": "多路阀(三联晨光)",
|
||||
"lot": '20201010',
|
||||
"unitNo": "PCS",
|
||||
"curStoreQty": "2",
|
||||
"warehouseNo": "3.04.001",
|
||||
"warehouseName": "智能原材料库",
|
||||
"trackNo": '5'
|
||||
}
|
||||
]
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const receiptPage = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
|
||||
Reference in New Issue
Block a user