Commit 1a2e761d authored by 张海景's avatar 张海景

update:修改生产工单

parent c555fd10
......@@ -70,16 +70,16 @@ const install = (Vue, vm) => {
//生产报工
feedback: (params = {}) =>
vm.$u.post(config.adminPath + '/mobile/pro/protask/feedback', params),
// 生产指令列表
workOrderSoDirectiveApi: (params = {}) =>
vm.$u.get(
config.adminPath + '/mes/pro/workOrderSoDirective/list',
//生产报工feedBackPackage
feedBackPackage: (params = {}) =>
vm.$u.post(
config.adminPath + '/mobile/pro/protask/feedBackPackage',
params
),
// SIZE列表
workOrderSoSizeItemApi: (params = {}) =>
vm.$u.get(
config.adminPath + '/mes/pro/workOrderSoSizeItem/listDynamic',
// 生产指令列表
workOrderSoDirectiveApi: (params = {}) =>
vm.$u.postJson(
config.adminPath + '/mobile/pro/protask/listFeedBackPackage',
params
),
//增加检验
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment