diff --git a/api/work-order-manage/work-order-manage.js b/api/work-order-manage/work-order-manage.js index cef9673..0e423b7 100644 --- a/api/work-order-manage/work-order-manage.js +++ b/api/work-order-manage/work-order-manage.js @@ -113,15 +113,15 @@ export const workorderCreate = (data) => { /** - * 大区经理问题工单创建 + * 问题工单创建 大区经理 全域巡查员 ai经理 督查员 * @returns {Promise} */ -export const regionmgrWorkorderCreat = (data) => { - return post('/app-api/bpm/regionmgr/workorder',data); +export const regionmgrWorkorderCreate = (data) => { + return post('/app-api/bpm/regionmgr/workorder/create',data); }; /** - * app端统一审批入口 -- 大区经理 + * app端统一审批入口 -- 大区经理 全域巡查员 ai经理 督查员 * @returns {Promise} */ export const regionmgrUniversalApproval = (params) => { diff --git a/common/utils/common.js b/common/utils/common.js index 7a1e978..b3166a1 100644 --- a/common/utils/common.js +++ b/common/utils/common.js @@ -44,17 +44,17 @@ export const nextStepMap = { export const buzStatusMap = { - '000' :'巡查员发起', - "210" : '养护组长退回', - "110" : '养护组长分配', - "200" : '巡查员结束工单', - "100" : '巡查员重新发起', - "220" : '养护员退回', - "120" : '养护员实施', - "130" : '养护组长验收通过', - "230" : '养护组长验收不通过', - "140" : '巡查员验收通过', - "240" : '巡查员验收不通过', + '000' :'发起', + "210" : '退回', + "110" : '分配', + "200" : '结束工单', + "100" : '重新发起', + "220" : '退回', + "120" : '实施', + "130" : '验收通过', + "230" : '验收不通过', + "140" : '验收通过', + "240" : '验收不通过', } diff --git a/pages-sub/problem/regional-order-manage/add-order.vue b/pages-sub/problem/regional-order-manage/add-order.vue index 9648f9a..149cd3b 100644 --- a/pages-sub/problem/regional-order-manage/add-order.vue +++ b/pages-sub/problem/regional-order-manage/add-order.vue @@ -1,15 +1,654 @@ - -