接口对接

This commit is contained in:
2024-03-01 09:20:07 +08:00
parent edd60ed4b6
commit fe2554a393
5 changed files with 269 additions and 125 deletions

View File

@@ -69,17 +69,66 @@ export const easOutInBillDetailUpdate = (arr) => request({
// return res
// }
// export const getBillsCount = (area) => {
// let res = [
// {name: '销售出库', djlx: 'XSCKD', ywlx: 'OUT', counts: '1'},
// {name: '采购退货出库', djlx: 'CGTHD', ywlx: 'OUT', counts: '1'},
// {name: '调拨出库', djlx: 'DBCKD', ywlx: 'OUT', counts: '1'},
// {name: '委外出库', djlx: 'WWFLD', ywlx: 'OUT', counts: '1'},
// {name: '生产出库', djlx: 'LLCKD', ywlx: 'OUT', counts: '1'},
// {name: '采购入库', djlx: 'CGRKD', ywlx: 'IN', counts: '1'},
// {name: '生产退料入库', djlx: 'LLTHD', ywlx: 'IN', counts: '1'},
// {name: '调拨入库', djlx: 'DBRKD', ywlx: 'IN', counts: '1'},
// {name: '委外入库', djlx: 'WWRKD', ywlx: 'IN', counts: '1'}
// let res = {
// "code": 1,
// "desc": "操作成功",
// "result": [
// {
// "djlx": "CGRKD",
// "ywlx": "IN",
// "name": "采购入库",
// "counts": "1"
// },
// {
// "djlx": "CGTHD",
// "ywlx": "OUT",
// "name": "采购退货出库",
// "counts": "0"
// },
// {
// "djlx": "DBCKD",
// "ywlx": "OUT",
// "name": "调拨出库",
// "counts": "0"
// },
// {
// "djlx": "DBRKD",
// "ywlx": "IN",
// "name": "调拨入库",
// "counts": "0"
// },
// {
// "djlx": "LLCKD",
// "ywlx": "OUT",
// "name": "生产出库",
// "counts": "0"
// },
// {
// "djlx": "LLTHD",
// "ywlx": "IN",
// "name": "生产退料入库",
// "counts": "0"
// },
// {
// "djlx": "WWFLD",
// "ywlx": "OUT",
// "name": "委外出库",
// "counts": "0"
// },
// {
// "djlx": "WWRKD",
// "ywlx": "IN",
// "name": "委外入库",
// "counts": "0"
// },
// {
// "djlx": "XSCKD",
// "ywlx": "OUT",
// "name": "销售出库",
// "counts": "0"
// }
// ]
// }
// return res
// }
// export const easOutInBillPage = (size, page, fuzzy, djlx) => {