Forráskód Böngészése

提交审核接收人换成单位负责人

yuwenfen 4 éve
szülő
commit
012972d1d8

+ 2 - 2
pages/mission-details/pdcaSetting.js

@@ -1,8 +1,8 @@
 const baseSetting = [
   { paramsKey: 'id', valueKey: 'id', isOutvalueKey: true }, // 任务id
   // { paramsKey: 'taskType', value: null }, // 状态值 13, 14, 15, 16(13/15暂存)
-  { paramsKey: 'receiveEmpId', valueKey: 'establishEmpId', isOutvalueKey: false }, // 接收人id
-  { paramsKey: 'receiveEmpName', valueKey: 'establishEmpName', isOutvalueKey: false }, // 接收人姓名
+  { paramsKey: 'receiveEmpId', valueKey: 'deptManageId', isOutvalueKey: true }, // 接收人id
+  { paramsKey: 'receiveEmpName', valueKey: 'deptNanageName', isOutvalueKey: true }, // 接收人姓名
 ];
 
 let pdcaSetting = {

+ 2 - 0
pages/mission/model.js

@@ -37,6 +37,8 @@ export default {
       // checkDetailId: '', // 查核明细id
       // adminId: 1,  // 管理员id
       // adminName: '管理员丫', // 管理员名称
+      // deptManageId: 16, // 单位负责人(暂存之后提交用)
+      // deptNanageName: 'xxx',
       // pfmTaskCirculationList: [
       //   {
       //     createTime: "2021-02-03T01:44:42.000+0000", // 创建时间

+ 2 - 2
utils/requestUrl.js

@@ -1,8 +1,8 @@
 // export const URL = 'http://192.168.38.140:8088'; // 李磊
 // export const URL = 'http://192.168.38.174:8088';
-export const URL = 'http://192.168.1.45:8088'; //内网
+// export const URL = 'http://192.168.1.45:8088'; //内网
 // export const URL = 'http://s1.nsloop.com:5137';  // 外网
 // export const URL = 'http://121.43.139.179:8801';  // 云端服务1
-// export const URL = 'http://172.18.116.200:8801';  // 云端服务2
+export const URL = 'http://172.18.116.20:8801';  // 云端服务2
 
 

+ 2 - 2
utils/wsUrl.js

@@ -1,3 +1,3 @@
-export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; // 内网
+// export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; // 内网
 // export const wsURL = `ws://121.43.139.179:8801/websocket/${hiId}/${user}/${permission}`; // 云端服务1
-// export const wsURL = `ws://172.18.116.200:8801/websocket/${hiId}/${user}/${permission}`; // 云端服务2
+export const wsURL = `ws://172.18.116.20:8801/websocket/${hiId}/${user}/${permission}`; // 云端服务2