| | |
| | | "style": { |
| | | "navigationBarTitleText": "设备维修记录单列表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/tiaomachaima/tiaomachaimaCopy", |
| | | "style": { |
| | | "navigationBarTitleText": "条码拆码3" |
| | | } |
| | | } |
| | | |
| | | |
| | |
| | | let res = await CommonUtils.doRequest2Async({ |
| | | url: "/Gy_Employee/list", |
| | | data: { |
| | | sWhere: ` and 组织名称 = '${uni.getStorageSync("Organization")}' and 禁用标记 = ''and 审核人 !='' order by 部门代码`, |
| | | sWhere: ` and 组织名称 = '${uni.getStorageSync("Organization")}' and 禁用标记 = ''and 审核人 !='' `, |
| | | user: getUserInfo()["Czymc"], |
| | | Organization: uni.getStorageSync("Organization"), |
| | | }, |
| | |
| | | barCodeInfoMeta: { |
| | | barCodeNo: "", |
| | | splitNum: "", |
| | | billMaker: getUserInfo().HEmpName?" ":getUserInfo().HEmpName, |
| | | billMakerID: getUserInfo().HEmpID?0:getUserInfo().HEmpID |
| | | billMaker: getUserInfo().Czymc, |
| | | }, |
| | | base64:"", |
| | | barCodeInfo: {//原条码信息 |