入库功能重写
This commit is contained in:
185
utils/mork2.js
185
utils/mork2.js
@@ -323,7 +323,7 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"result": [
|
||||
{
|
||||
"flid": "1",
|
||||
"id": null,
|
||||
"id": '1',
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
@@ -363,11 +363,12 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null,
|
||||
"czsl": 0.00
|
||||
"czsl": 0.00,
|
||||
"status": true
|
||||
},
|
||||
{
|
||||
"flid": "2",
|
||||
"id": null,
|
||||
"id": '2',
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
@@ -407,7 +408,8 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null,
|
||||
"czsl": 0.00
|
||||
"czsl": 0.00,
|
||||
"status": false
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
@@ -1805,4 +1807,179 @@ export const receiptBillConfirm = () => {
|
||||
desc: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const easOutInBillDetailUpdate = () => {
|
||||
let res = {
|
||||
code: 1,
|
||||
desc: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const viewAssignDtl = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
"pageSize": 10,
|
||||
"totalPage": 1,
|
||||
"totalElements": 1,
|
||||
"result": [
|
||||
{
|
||||
"size": 10,
|
||||
"page": 0,
|
||||
"sort": null,
|
||||
"isAsc": null,
|
||||
"type": null,
|
||||
"fuzzy": null,
|
||||
"is_used": null,
|
||||
"start_time": null,
|
||||
"end_time": null,
|
||||
"doP": {
|
||||
"startTime": {
|
||||
"k": [
|
||||
"create_time"
|
||||
],
|
||||
"type": "LT"
|
||||
},
|
||||
"endTime": {
|
||||
"k": [
|
||||
"create_time"
|
||||
],
|
||||
"type": "LE"
|
||||
},
|
||||
"sort": {
|
||||
"k": [
|
||||
"sort"
|
||||
],
|
||||
"type": "BY"
|
||||
},
|
||||
"blurry": {
|
||||
"k": [
|
||||
"name"
|
||||
],
|
||||
"type": "LK"
|
||||
}
|
||||
},
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"djbh": "SOUT04240408783",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"btbz": "04.2512804叉车线边库领料",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"flid": "btAAAAW8Wd8Rd0u0",
|
||||
"flxh": "1",
|
||||
"wlbm": "910200200098",
|
||||
"wlmc": "螺钉GB70.1-M12x30-8.8",
|
||||
"ggxh": "内六角圆柱头螺钉GB70.1-M12x30-8.8-c1B",
|
||||
"pc": null,
|
||||
"jldw": "PCS",
|
||||
"jbjldw": "PCS",
|
||||
"fzjldw": null,
|
||||
"sl": 1050,
|
||||
"jbsl": "1050",
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
"sysl": 1050,
|
||||
"czsl": 0,
|
||||
"code": "1783279018838200320",
|
||||
"cksj": null,
|
||||
"llr": null
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const inWarehouseAssignLocation = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
"pageSize": 10,
|
||||
"totalPage": 1,
|
||||
"totalElements": 1,
|
||||
"result": [
|
||||
{
|
||||
"size": 10,
|
||||
"page": 0,
|
||||
"sort": null,
|
||||
"isAsc": null,
|
||||
"type": null,
|
||||
"fuzzy": null,
|
||||
"is_used": null,
|
||||
"start_time": null,
|
||||
"end_time": null,
|
||||
"doP": {
|
||||
"startTime": {
|
||||
"k": [
|
||||
"create_time"
|
||||
],
|
||||
"type": "LT"
|
||||
},
|
||||
"endTime": {
|
||||
"k": [
|
||||
"create_time"
|
||||
],
|
||||
"type": "LE"
|
||||
},
|
||||
"sort": {
|
||||
"k": [
|
||||
"sort"
|
||||
],
|
||||
"type": "BY"
|
||||
},
|
||||
"blurry": {
|
||||
"k": [
|
||||
"name"
|
||||
],
|
||||
"type": "LK"
|
||||
}
|
||||
},
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"djbh": "SOUT04240408783",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"btbz": "04.2512804叉车线边库领料",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"flid": "btAAAAW8Wd8Rd0u0",
|
||||
"flxh": "1",
|
||||
"wlbm": "910200200098",
|
||||
"wlmc": "螺钉GB70.1-M12x30-8.8",
|
||||
"ggxh": "内六角圆柱头螺钉GB70.1-M12x30-8.8-c1B",
|
||||
"pc": null,
|
||||
"jldw": "PCS",
|
||||
"jbjldw": "PCS",
|
||||
"fzjldw": null,
|
||||
"sl": 1050,
|
||||
"jbsl": "1050",
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
"sysl": 1050,
|
||||
"czsl": 0,
|
||||
"code": "1783279018838200320",
|
||||
"cksj": null,
|
||||
"llr": null
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user