Mr.Shi
2023-09-01 1aa94fb921d57707aa83009a75708aed4beaee95
小程序
已添加7个文件
已修改4个文件
1574 ■■■■■ 文件已修改
minipro_standard/common/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/pages.json 82 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/pages/index/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/ExWarehouse.js 252 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/PersonalAPI.js 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/PlanningAPI.js 213 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/QualityAPI.js 118 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/WorkOrderAPI.js 652 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/agencyAPI.js 77 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/util/api/materialStorage.js 115 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_standard/src/api/business/salaryParam.js 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/common/config.js
@@ -1,7 +1,7 @@
module.exports = {
    // baseUrl: 'http://106.14.20.42/test_hfznzz/',
    // baseUrl: 'https://hefei.dtkey.cn/test_hfznzz/',
    baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api/',
    baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
    phoneRegular: /^1[3456789]\d{9}$/,
    mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
    positiveInteger: /^[0-9]*[1-9][0-9]*$/,
minipro_standard/pages.json
@@ -1,6 +1,5 @@
{
    "pages": [
        {
    "pages": [{
            "path": "pages/workbench/workbench",
            "style": {
                "navigationBarTitleText": "工作台",
@@ -53,85 +52,67 @@
                "enablePullDownRefresh": false
            }
        }
        ,{
        }, {
            "path" : "pages/plannedProgress/plannedProgress",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "计划进度",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/planDetails/planDetails",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "计划详情",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/plannedDistribution/plannedDistribution",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "计划分配",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/allocation/allocation",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "选择",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/inspectComplete/inspectComplete",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "完工检",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/selectWorkOrder/selectWorkOrder",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "选择工单",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/inspectPatrol/inspectPatrol",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "巡检",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
        }, {
            "path" : "pages/linePatrol/linePatrol",
            "style" :
            {
            "style": {
                "navigationBarTitleText": "巡线",
                "enablePullDownRefresh": false
            }
            
        }
    ],
    "subPackages": [
        {
    "subPackages": [{
            "root": "pages_adjust",
            "pages": [
                {
            "pages": [{
                    "path": "pages/newOutbound/newOutbound",
                    "style": {
                        "navigationBarTitleText": "新建出库",
@@ -146,6 +127,7 @@
                    }
                },
                {
<<<<<<< HEAD
                    "path": "pages/newTransfer/newTransfer",
                    "style": {
                        "navigationBarTitleText": "新建转库",
@@ -172,6 +154,27 @@
                        "navigationBarTitleText": "工单报工",
                        "enablePullDownRefresh": false
                    }
=======
                    "path": "pages/manualFeed/manualFeed",
                    "style": {
                        "navigationBarTitleText": "手动投料",
                        "enablePullDownRefresh": false
                    }
                },
                {
                    "path": "pages/OrderDetail/OrderDetail",
                    "style": {
                        "navigationBarTitleText": "工单详情",
                        "enablePullDownRefresh": false
                    }
                },
                {
                    "path": "pages/workOrderReporting/workOrderReporting",
                    "style": {
                        "navigationBarTitleText": "工单报工",
                        "enablePullDownRefresh": false
                    }
>>>>>>> a52f13d719ee9cd53f129f4c59dcad783977fce9
                },
                {
                    "path": "pages/transferList/transferList",
@@ -226,8 +229,7 @@
        },
        {
            "root": "pages_inspect",
            "pages": [
                {
            "pages": [{
                    "path": "pages/InspectionRecords/InspectionRecords",
                    "style": {
                        "navigationBarTitleText": "检验记录",
minipro_standard/pages/index/index.vue
@@ -50,8 +50,8 @@
                    <u-grid col="2" :border="false">
                        <u-grid-item v-for="item in types" :key="item.id">
                            <view class="ptb20 c9 type-style tc rd10"
                                :class="searchForm.type===item.id?'sbtn_green':'sbtn_gray'"
                                @click="searchForm.type=item.id">{{ item.name }}</view>
                                :class="type===item.id?'sbtn_green':'sbtn_gray'"
                                @click="type=item.id">{{ item.name }}</view>
                        </u-grid-item>
                    </u-grid>
                </view>
@@ -116,6 +116,7 @@
                        name: '客退/返品回厂检验'
                    }
                ],
                type: '',
                searchForm: {
                    name: '',
                    status: 0,
@@ -274,10 +275,12 @@
                this.show = false
            },
            resetType() {
                this.type = ''
                this.searchForm.type = ''
                this.confirm()
            },
            confirm() {
                this.searchForm.type = this.type
                this.show = false
                this.scrolltoupper()
            }
minipro_standard/util/api/ExWarehouse.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,252 @@
const http = uni.$u.http
// å‡ºå…¥åº“详情
export function getList(params) {
    return http.get('/ext/wOutboundExt/findById', { params })
}
// export function getList(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/findById',
//         method: 'get',
//         params
//     })
// }
// å‡ºåº“/入库扫描篮筐码 - H5
export function outScanAppliances(params) {
    return http.get('/ext/wOutboundExt/outScanAppliances', { params })
}
// export function outScanAppliances(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/outScanAppliances',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®è½¬åº“单获取出库信息 - H5
export function getOutByWTransferId(params) {
    return http.get('/ext/wOutboundExt/getOutByWTransferId', { params })
}
// export function getOutByWTransferId(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/getOutByWTransferId',
//         method: 'get',
//         params
//     })
// }
// å‡ºåº“单保存
export function saveOut(data) {
    return http.post('/ext/wOutboundExt/saveOut', data)
}
// export function saveOut(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/saveOut',
//         method: 'post',
//         data
//     })
// }
// å…¥åº“单保存
export function saveIn(data) {
    return http.post('/ext/wOutboundExt/saveIn', data)
}
// export function saveIn(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/saveIn',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®è½¬åº“单获取入库信息
export function getInByWTransferId(params) {
    return http.get('/ext/wOutboundExt/getInByWTransferId', { params })
}
// export function getInByWTransferId(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/getInByWTransferId',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®ID查询货位信息
export function getLocationInfo(id) {
    return http.get(`/ext/warehouseLocationExt/${id}`)
}
// export function getLocationInfo(id: string | number): Promise<any> {
//     return httpRequest({
//         url: `ext/warehouseLocationExt/${id}`,
//         method: 'get'
//     })
// }
// æ ¹æ®ID查询货位信息
export function finishedInBill(params) {
    return http.get('/ext/wOutboundExt/finishedInBill', { params })
}
// export function finishedInBill(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/finishedInBill',
//         method: 'get',
//         params
//     })
// }
// èŽ·å–è½¬åº“å•ä¿¡æ¯
export function wTransferForInOut(params) {
    return http.get('/ext/wOutboundExt/wTransferForInOut', { params })
}
// export function wTransferForInOut(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wTransferExt/wTransferForInOut',
//         method: 'get',
//         params
//     })
// }
// èŽ·å–å‡ºå…¥åº“å•ä¿¡æ¯
export function wOutBoundForInOut(params) {
    return http.get('/ext/wOutboundExt/wOutBoundForInOut', { params })
}
// export function wOutBoundForInOut(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/wOutBoundForInOut',
//         method: 'get',
//         params
//     })
// }
// èŽ·å–è½¬åº“å•ä¿¡æ¯
export function saveOutCK (data) {
  return request.post('/ext/wOutboundExt/saveOut', data)
}
// export function saveOutCK(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/saveOut',
//         method: 'post',
//         data
//     })
// }
// æäº¤è½¬åº“单出入库
export function wTransferForInOutUpload(params) {
    return http.get('/ext/wTransferExt/wTransferForInOutUpload', { params })
}
// export function wTransferForInOutUpload(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wTransferExt/wTransferForInOutUpload',
//         method: 'get',
//         params
//     })
// }
// è°ƒæ•´å…¥åº“
export function wOutBoundForStockUp (data) {
  return request.post('/ext/wOutboundExt/wOutBoundForStockUp', data)
}
// export function wOutBoundForStockUp(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/createForStandard',
//         method: 'post',
//         data
//     })
// }
// å‡ºå…¥åº“业务处理提交
export function wOutBoundForUpload(params) {
    return http.get('/ext/wOutboundExt/wOutBoundForUpload', { params })
}
// export function wOutBoundForUpload(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/wOutBoundForUpload',
//         method: 'get',
//         params
//     })
// }
// ç‰©æ–™åˆ†é…ä¿¡æ¯åˆ†é¡µæŸ¥è¯¢
export function materialDistributeExt (data) {
  return request.post('/ext/materialDistributeExt/page', data)
}
// export function materialDistributeExt(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/materialDistributeExt/page',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ç‰©æ–™ä¸»é”®æŸ¥è¯¢ç‰©æ–™åˆ†é…æ•°æ®
export function getMaterialItem(params) {
    return http.get('/ext/materialDistributeExt/findByMaterialId', { params })
}
// export function getMaterialItem(params: any): Promise<any> {
//     return httpRequest({
//         url: `ext/materialDistributeExt/findByMaterialId`,
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®ç‰©æ–™åˆ†é…ä¸»é”®æŸ¥è¯¢
export function getListByMaterialId(params) {
    return http.get('/ext/proceduresExt/getListByMaterialId', { params })
}
// export function getListByMaterialId(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/proceduresExt/getListByMaterialId',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®è½¬åº“单查询库存
export function choiceStockPageByTransfer (data) {
  return request.post('/ext/wStockExt/choiceStockPageByTransfer', data)
}
// export function choiceStockPageByTransfer(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wStockExt/choiceStockPageByTransfer',
//         method: 'post',
//         data
//     })
// }
// è½¬åº“出库业务 - H5
export function transferToOutNew (data) {
  return request.post('/ext/wTransferExt/transferToOutNew', data)
}
// export function transferToOutNew(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wTransferExt/transferToOutNew',
//         method: 'post',
//         data
//     })
// }
// è½¬åº“入库业务 - H5
export function transferToInNew (data) {
  return request.post('/ext/wTransferExt/transferToInNew', data)
}
// export function transferToInNew(data: any): Promise<any> {
//     return httpRequest({
//         url:  '/ext/wTransferExt/transferToInNew',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ä¾›éœ€è®¡åˆ’查询可用库存
export function getStockByPlansForStandard (data) {
  return request.post('/ext/workorderRecordExt/getStockByPlansForStandard', data)
}
// export function getStockByPlansForStandard(data: any): Promise<any> {
//     return httpRequest({
//         url:  '/ext/workorderRecordExt/getStockByPlansForStandard',
//         method: 'post',
//         data
//     })
// }
minipro_standard/util/api/PersonalAPI.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,36 @@
const request = uni.$u.http
// ä¿®æ”¹å½“前用户密码
export function updatePwd (data) {
  return request.post('/system/updatePwd', data)
}
// export function updatePwd(data: any): Promise<any> {
//     return httpRequest({
//         url: 'system/updatePwd',
//         method: 'post',
//         data
//     })
// }
// åˆ‡æ¢å½“前公司级组织
export function changeCom (id) {
  return request.get(`/ext/departmentExt/changeCom/${id}`)
}
// export function changeCom(id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/departmentExt/changeCom/${id}`,
//         method: 'get'
//     })
// }
// æ¡ä»¶æŸ¥è¯¢ä¼ä¸šå…¨éƒ¨éƒ¨é—¨
export function getDepartmentListByConditon (data) {
  return request.post('/ext/departmentExt/getDepartmentListByConditon', data)
}
// export function getDepartmentListByConditon(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/departmentExt/getDepartmentListByConditon',
//         method: 'post',
//         data
//     })
// }
minipro_standard/util/api/PlanningAPI.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,213 @@
const request = uni.$u.http
// åˆ†é¡µæŸ¥è¯¢
export function getList (data) {
  return request.post('/ext/plansExt/page', data)
}
// export function getList(data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/plansExt/page',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®id查询
export function queryByID (id) {
  return request.get(`/ext/plansExt/h5/${id}`)
}
// export function queryByID(id: any): Promise<any> {
//     return httpRequest({
//         url: `/ext/plansExt/h5/${id}`,
//         method: 'get'
//     })
// }
// æŸ¥è¯¢ç»Ÿè®¡åˆ—表数量
export function pageCount (data) {
  return request.post('/ext/plansExt/pageCount', data)
}
// export function pageCount(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/plansExt/pageCount',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢å·¥åº(个人)
export function getWorkingProcedure (data) {
  return request.post('/ext/proceduresExt/page', data)
}
// export function getWorkingProcedure(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/proceduresExt/page',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID发布计划
export function getWorkingProcedure (data) {
  return request.post('/ext/plansExt/publishById', data)
}
// export function publishById(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/plansExt/publishById',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID分配计划
export function distributeById (data) {
  return request.post('/ext/plansExt/distributeById', data)
}
// export function distributeById(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/plansExt/distributeById',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢å½“前用户全部范围内的全部工序
export function getSelfList (data) {
  return request.post('/ext/proceduresExt/getSelfList', data)
}
// export function getSelfList(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/proceduresExt/getSelfList',
//         method: 'post',
//         data
//     })
// }
// ç»ˆæ£€åˆ†é¡µæŸ¥è¯¢
export function ZJPage (data) {
  return request.post('/ext/endCheckExt/page', data)
}
// export function ZJPage(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/endCheckExt/page',
//         method: 'post',
//         data
//     })
// }
// ç»ˆæ£€æ ¹æ®ID查询
export function getById (id) {
  return request.get(`/ext/endCheckExt/${id}`)
}
// export function getById(id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/endCheckExt/${id}`,
//         method: 'get'
//     })
// }
// æŸ¥è¯¢è®¾å¤‡
export function getDeviceByCondition (data) {
  return request.post('/ext/deviceExt/getDeviceByCondition', data)
}
// export function getDeviceByCondition(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/deviceExt/getDeviceByCondition',
//         method: 'post',
//         data
//     })
// }
// äººå‘˜ç»‘定设备信息
export function getFindAll (data) {
  return request.post('/ext/userDeviceExt/findAll', data)
}
// export function getFindAll(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/userDeviceExt/findAll',
//         method: 'post',
//         data
//     })
// }
// æ¡ä»¶æŸ¥è¯¢ä¼ä¸šå…¨éƒ¨éƒ¨é—¨
export function deletejy (id) {
  return request.get(`/ext/workorderCheckExt/delete/${id}`)
}
// export function deletejy(id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/workorderCheckExt/delete/${id}`,
//         method: 'get'
//     })
// }
// æ ¹æ®å¯¹è±¡ä¿¡æ¯æŸ¥è¯¢
export function queryOne (data) {
  return request.post('/ext/salaryParam/queryOne', data)
}
// export function queryOne (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/salaryParam/queryOne',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®å¯¹è±¡ä¿¡æ¯æŸ¥è¯¢
export function queryList (data) {
  return request.post('/ext/salaryParam/queryList', data)
}
// export function queryList (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/salaryParam/queryList',
//         method: 'post',
//         data
//     })
// }
// ä¸€é”®æŠ¥å·¥
export function autoWorkReport (data) {
  return request.post('/ext/plansExt/autoWorkReport', data)
}
// export function autoWorkReport (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/plansExt/autoWorkReport',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®id查询
export function getIdPlansExt (id) {
  return request.get(`/ext/plansExt/${id}`)
}
// export function getIdPlansExt(id: any): Promise<any> {
//     return httpRequest({
//         url: `/ext/plansExt/${id}`,
//         method: 'get'
//     })
// }
// åˆ—表查询
export function categoryExtList (data) {
  return request.post('/ext/categoryExt/list', data)
}
// export function categoryExtList (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/categoryExt/list',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢å…¨éƒ¨
export function allUser (data) {
  return request.post('/ext/companyUserExt/allUser', data)
}
// export function allUser (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/companyUserExt/allUser',
//         method: 'post',
//         data
//     })
// }
minipro_standard/util/api/QualityAPI.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,118 @@
const request = uni.$u.http
// åˆ†é¡µæŸ¥è¯¢
export function page (data) {
  return request.post('/ext/workorderCheckExt/page', data)
}
// export function page(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckExt/page',
//         method: 'post',
//         data
//     })
// }
// åˆ›å»ºæ£€éªŒ
export function createJY (data) {
  return request.post('/ext/workorderCheckExt/create', data)
}
// export function createJY(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckExt/create',
//         method: 'post',
//         data
//     })
// }
// åˆ›å»ºæ£€éªŒ--改
export function createStandard (data) {
  return request.post('/ext/workorderCheckExt/createStandard', data)
}
// export function createStandard(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckExt/createStandard',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID查询
export function getBYid (id) {
  return request.post(`/ext/workorderCheckExt/${id}`, data)
}
// export function getBYid(id: any): Promise<any> {
//     return httpRequest({
//         url: `/ext/workorderCheckExt/${id}`,
//         method: 'get'
//     })
// }
// èŽ·å–å‡ºå…¥åº“ä¿¡æ¯
export function findById (id) {
  return request.post(`/ext/wOutboundExt/findById?id=${id}`, data)
}
// export function findById(id: Number): Promise<any> {
//     return httpRequest({
//         url: `/ext/wOutboundExt/findById?id=${id}`,
//         method: 'get'
//     })
// }
// ç”Ÿäº§ç»ˆæ£€æ•°æ®æäº¤
export function upload (data) {
  return request.post('/ext/endCheckExt/upload', data)
}
// export function upload (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/endCheckExt/upload',
//         method: 'post',
//         data
//     })
// }
// ç”Ÿäº§ç»ˆæ£€æ•°æ®æäº¤
export function uploadTest (data) {
  return request.post('/ext/endCheckExt/uploadEndCheckNew', data)
}
// export function uploadTest (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/endCheckExt/uploadEndCheckNew',
//         method: 'post',
//         data
//     })
// }
// å·¡æ£€è®°å½•创建
export function saveBean (data) {
  return request.post('/ext/deviceCheckExt/saveBean', data)
}
// export function saveBean (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/deviceCheckExt/saveBean',
//         method: 'post',
//         data
//     })
// }
// èŽ·å–æƒé™èŒƒå›´å†…çš„è®¾å¤‡æ•°æ®
export function getDeviceByCondition (data) {
  return request.post('/ext/deviceExt/getDeviceByCondition', data)
}
// export function getDeviceByCondition (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/deviceExt/getDeviceByCondition',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID查询设备
export function getBYid (id) {
  return request.post(`/ext/deviceExt/${id}`, data)
}
// export function getsbInfo (id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/deviceExt/${id}`,
//         method: 'get'
//     })
// }
minipro_standard/util/api/WorkOrderAPI.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,652 @@
const http = uni.$u.http
// åˆ†é¡µæŸ¥è¯¢
export function getList (data) {
  return http.post('/ext/workorderExt/page', data)
}
// export function getList(data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/workorderExt/page',
//         method: 'post',
//         data
//     })
// }
// å·¥å•统计列表数量
export function pageCount (data) {
  return http.post('/ext/workorderExt/pageCount', data)
}
// export function pageCount(data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/workorderExt/pageCount',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID查询
export function queryById (id) {
  return http.get(`/ext/workorderExt/${id}`)
}
// export function queryById(id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/workorderExt/${id}`,
//         method: 'get'
//     })
// }
// åˆ†ç±»ç»„合接口2
export function checkAllList (data) {
  return http.post('/ext/categoryUnionExt/checkAllList', data)
}
// export function checkAllList(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/categoryUnionExt/checkAllList',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ç”¨æˆ·æŸ¥è¯¢ - è®¾å¤‡åˆ—表
export function getListByUser () {
  return http.post('/ext/userDeviceExt/getListByUser')
}
// export function getListByUser (): Promise<any> {
//     return httpRequest({
//         url: 'ext/userDeviceExt/getListByUser',
//         method: 'post'
//     })
// }
// æŸ¥è¯¢å½“前用户所有主组织下的工序
export function warehouseList (data) {
  return http.post('/ext/warehouseExt/page', data)
}
// export function warehouseList(data: any): Promise<any> {
//   return httpRequest({
//       url: '/ext/warehouseExt/page',
//       method: 'post',
//       data
//   })
// }
// å®Œå·¥å…¥åº“详情
export function finishedDetail(params) {
    return http.get('/ext/workorderExt/finishedDetail', { params })
}
// export function finishedDetail (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderExt/finishedDetail',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®æ¡ä»¶æŸ¥è¯¢å·¥è£…
export function getListByCondition (data) {
  return http.post('/ext/appliancesExt/getListByCondition', data)
}
// export function getListByCondition(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/appliancesExt/getListByCondition',
//         method: 'post',
//         data
//     })
// }
// æ–°å»ºæŠ•æ–™
export function createMaterial (data) {
  return http.post('/ext/workorderRecordExt/createMaterial', data)
}
// export function createMaterial(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/createMaterial',
//         method: 'post',
//         data
//     })
// }
// æ–°å»ºæŠ•æ–™ - æ ‡å‡†ç‰ˆ
export function createMaterialStandard (data) {
  return http.post('/ext/workorderRecordExt/createMaterialStandard', data)
}
// export function createMaterialStandard(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/createMaterialStandard',
//         method: 'post',
//         data
//     })
// }
// èŽ·å–æ‰«ææ¡ç å†…å®¹
export function getBarcodeContent(params) {
    return http.get('/ext/barcodeParamExt/getBarcodeContent', { params })
}
// export function getBarcodeContent(params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/barcodeParamExt/getBarcodeContent',
//         method: 'get',
//         params
//     })
// }
// æŸ¥è¯¢å…¨éƒ¨å·¥å•生产过程记录
export function getOrocessRecord (data) {
  return http.post('/ext/workorderRecordExt/all', data)
}
// export function getOrocessRecord(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/all',
//         method: 'post',
//         data
//     })
// }
// å·¥è£…器具根据ID查询
export function toolingQueryById (data) {
  return http.post('/ext/appliancesExt/getListByCondition', data)
}
// export function toolingQueryById(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/appliancesExt/getListByCondition',
//         method: 'post',
//         data
//     })
// }
// æ–°å»ºäº§å‡º
export function createProduce (data) {
  return http.post('/ext/workorderRecordExt/createProduce', data)
}
// export function createProduce(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/createProduce',
//         method: 'post',
//         data
//     })
// }
// åˆ é™¤äº§å‡º/投料单条记录
export function deleteCT (id) {
  return http.get(`/ext/workorderRecordExt/delete/${id}`)
}
// export function deleteCT (id: any): Promise<any> {
//     return httpRequest({
//         url: `/ext/workorderRecordExt/delete/${id}`,
//         method: 'get'
//     })
// }
// æ ¹æ®ID修改产出-投料数量
export function updateById (data) {
  return http.post('/ext/workorderRecordExt/updateById', data)
}
// export function updateById (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/updateById',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ç¯®ç­åˆ†ç»„统计报废和不良数量
export function listGroupByAppliance (data) {
  return http.post('/ext/workorderCheckExt/listGroupByAppliance', data)
}
// export function listGroupByAppliance (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckExt/listGroupByAppliance',
//         method: 'post',
//         data
//     })
// }
// ç¡®è®¤æŠ¥å·¥
export function comfirmDone (data) {
  return http.post('/ext/workorderRecordExt/comfirmDone', data)
}
// export function comfirmDone (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/comfirmDone',
//         method: 'post',
//         data
//     })
// }
// ç¡®è®¤æŠ¥å·¥ - æ ‡å‡†ç‰ˆ
export function comfirmDoneStandard (data) {
  return http.post('/ext/workorderRecordExt/comfirmDoneStandard', data)
}
// export function comfirmDoneStandard (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/comfirmDoneStandard',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®æ¡ä»¶æŸ¥è¯¢æ‰€æœ‰çš„æ£€ç‚¹å±žæ€§
export function getJdList (data) {
  return http.post('/ext/checkAttrExt/getListByCondition', data)
}
// export function getJdList (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/checkAttrExt/getListByCondition',
//         method: 'post',
//         data
//     })
// }
// æ–°å»ºç‚¹æ£€
export function createDJ (data) {
  return http.post('/ext/workorderCheckAttrExt/create', data)
}
// export function createDJ (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckAttrExt/create',
//         method: 'post',
//         data
//     })
// }
// ç‚¹æ£€åˆ†é¡µæŸ¥è¯¢
export function pageDJ (data) {
  return http.post('/ext/workorderCheckAttrExt/page', data)
}
// export function pageDJ (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderCheckAttrExt/page',
//         method: 'post',
//         data
//     })
// }
// å®Œå·¥å…¥åº“提交
export function finished(params) {
    return http.get('/ext/workorderExt/finished', { params })
}
// export function finished (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderExt/finished',
//         method: 'get',
//         params
//     })
// }
// å®Œå·¥å…¥åº“详情记录
export function saveFinishRecord (data) {
  return http.post('/ext/workorderExt/saveFinishRecord', data)
}
// export function saveFinishRecord (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderExt/saveFinishRecord',
//         method: 'post',
//         data
//     })
// }
// å®Œå·¥å…¥åº“详情记录 --- å¾…办进入
export function getFinishRecord(params) {
    return http.get('/ext/workorderExt/getFinishRecord', { params })
}
// export function getFinishRecord (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderExt/getFinishRecord',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®ID查询设备详情
export function deleteById (id) {
  return http.get(`/ext/deviceExt/${id}`)
}
// export function getSbInfo (id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/deviceExt/${id}`,
//         method: 'get'
//     })
// }
// æ®å…¥åº“货位筛选入库单 - H5
export function finishedInBill(params) {
    return http.get('/ext/wOutboundExt/finishedInBill', { params })
}
// export function finishedInBill (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wOutboundExt/finishedInBill',
//         method: 'get',
//         params
//     })
// }
// ç”¨æˆ·ç»‘定设备
export function bindingDevice (data) {
  return http.post('/ext/userDeviceExt/create', data)
}
// export function bindingDevice (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/userDeviceExt/create',
//         method: 'post',
//         data
//     })
// }
// å·¥è£…分页查询
export function toolingList (data) {
  return http.post('/ext/appliancesExt/page', data)
}
// export function toolingList (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/appliancesExt/page',
//         method: 'post',
//         data
//     })
// }
// æ›´æ¢ç¯®ç­
export function chageApplicance (data) {
  return http.post('/ext/appliancesExt/chageApplicance', data)
}
// export function chageApplicance (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/appliancesExt/chageApplicance',
//         method: 'post',
//         data
//     })
// }
// ç”³è¯·å•,返工返修申请不良原因
export function checkFGFXList(params) {
    return http.get('/ext/categoryUnionExt/checkFGFXList', { params })
}
// export function checkFGFXList (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/categoryUnionExt/checkFGFXList',
//         method: 'get',
//         params
//     })
// }
// æŸ¥è¯¢å…¬å¸çº§å…¨éƒ¨
export function allData (data) {
  return http.post('/ext/salesorder/allData', data)
}
// export function allData (data: any): Promise<any> {
//     return httpRequest({
//         url: 'business/salesorder/allData',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID查询工序
export function getGXItem (id) {
  return http.get(`/ext/proceduresExt/${id}`)
}
// export function getGXItem (id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/proceduresExt/${id}`,
//         method: 'get'
//     })
// }
// æ–°å»ºè¿”工返修申请单
export function createSingle (data) {
  return http.post('/business/backorder/create', data)
}
// export function createSingle (data: any): Promise<any> {
//     return httpRequest({
//         url: 'business/backorder/create',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢å½“前用户所有主组织下的工序
export function productesGroup (data) {
  return http.post('/ext/proceduresExt/productesGroup', data)
}
// export function productesGroup (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/proceduresExt/productesGroup',
//         method: 'post',
//         data
//     })
// }
// ç”³è¯·å•分页查询
export function sqdCage (data) {
  return http.post('/business/backorder/page', data)
}
// export function sqdCage (data: any): Promise<any> {
//     return httpRequest({
//         url: 'business/backorder/page',
//         method: 'post',
//         data
//     })
// }
// ç”³è¯·å•根据id查询详细
export function getsqdInfo (id) {
  return http.get(`/business/backorder/${id}`)
}
// export function getsqdInfo (id: any): Promise<any> {
//     return httpRequest({
//         url: `business/backorder/${id}`,
//         method: 'get'
//     })
// }
// ç”³è¯·å•---根据工厂id查询工序
export function productesGroups (data) {
  return http.post('/business/proceduresExt/productesGroup', data)
}
// export function productesGroups (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/proceduresExt/productesGroup',
//         method: 'post',
//         data
//     })
// }
// å®Œå·¥å…¥åº“详情 - NEW
export function finishedDetailNew(params) {
    return http.get('/ext/workorderExt/finishedDetailNew', { params })
}
// export function finishedDetailNew (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderExt/finishedDetailNew',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®å·¥å•查询工艺卡
export function getListByWorkOrderId (data) {
  return http.post('/ext/routeCardExt/getListByWorkOrderId', data)
}
// export function getListByWorkOrderId (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/routeCardExt/getListByWorkOrderId',
//         method: 'post',
//         data
//     })
// }
// ç»ˆæ£€å·¥è£…扫描
export function getEndCheckAP(params) {
    return http.get('/ext/workorderRecordExt/getEndCheckAP', { params })
}
// export function getEndCheckAP (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/getEndCheckAP',
//         method: 'get',
//         params
//     })
// }
// æ ¹æ®ID查询设备
export function deletedj (id) {
  return http.get(`/ext/workorderCheckAttrExt/delete/${id}`)
}
// export function deletedj (id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/workorderCheckAttrExt/delete/${id}`,
//         method: 'get'
//     })
// }
// åº“存量查询 - H5
export function pageForH5 (data) {
  return http.post('/ext/wStockExt/pageForH5', data)
}
// export function pageForH5 (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wStockExt/pageForH5',
//         method: 'post',
//         data
//     })
// }
// è´§ä½åˆ†é¡µæŸ¥è¯¢
export function pageHW (data) {
  return http.post('/ext/warehouseLocationExt/page', data)
}
// export function pageHW (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/warehouseLocationExt/page',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ä»“库查询仓库下货位信息
export function getListByWarehouseId(params) {
    return http.get('/ext/warehouseLocationExt/getListByWarehouseId', { params })
}
// export function getListByWarehouseId (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/warehouseLocationExt/getListByWarehouseId',
//         method: 'get',
//         params
//     })
// }
// æ‰‹å·¥è½¬åº“ - H5
export function scanTransfer (data) {
  return http.post('/ext/wTransferExt/scanTransfer', data)
}
// export function scanTransfer (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wTransferExt/scanTransfer',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢å…¨éƒ¨ - æ ‡å‡†
export function allForStandard (data) {
  return http.post('/ext/workorderRecordExt/allForStandard', data)
}
// export function allForStandard (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/allForStandard',
//         method: 'post',
//         data
//     })
// }
// ç”ŸæˆæŠ•料记录 - standard
export function dealWorkorderRecordStandard (data) {
  return http.post('/ext/workorderRecordExt/dealWorkorderRecordStandard', data)
}
// export function dealWorkorderRecordStandard (data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/dealWorkorderRecordStandard',
//         method: 'post',
//         data
//     })
// }
// æŸ¥è¯¢äº§å‡ºè®°å½•列表
export function getWorkorderRecordListStandard(params) {
    return http.get('/ext/workorderRecordExt/getWorkorderRecordListStandard', { params })
}
// export function getWorkorderRecordListStandard (params: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/getWorkorderRecordListStandard',
//         method: 'get',
//         params
//     })
// }
/***
 * æ ¹æ®ID查询工装信息
 * @param id
 */
export function getGzInfo (id) {
  return http.get(`/ext/appliancesExt/${id}`)
}
// export function getGzInfo (id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/appliancesExt/${id}`,
//         method: 'get'
//     })
// }
/**
 * ç¡®è®¤å¤‡æ–™è¯¦æƒ…
 * @param params id: è½¬åº“id
 * @returns
 */
export function wTransferConfirm(params) {
    return http.get('/ext/wTransferExt/wTransferConfirm', { params })
}
//  export function wTransferConfirm(params: any): Promise<any> {
//   return httpRequest({
//       url:  '/ext/wTransferExt/wTransferConfirm',
//       method: 'get',
//       params
//   })
// }
/**
* æŽ¥å—备料
* @param params id: id
* @returns
*/
export function acceptWTransfer(params) {
    return http.get('/ext/wTransferExt/acceptWTransfer', { params })
}
// export function acceptWTransfer(params: any): Promise<any> {
//   return httpRequest({
//       url:  '/ext/wTransferExt/acceptWTransfer',
//       method: 'get',
//       params
//   })
// }
// æ–°å¢žå‡ºåº“
export function createForStandard (data) {
  return http.post('/ext/wOutboundExt/createForStandard', data)
}
// export function createForStandard (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/wOutboundExt/createForStandard',
//         method: 'post',
//         data
//     })
// }
// åº“存调整、采购入库入库单创建
export function wOutBoundForStockUp (data) {
  return http.post('/ext/wOutboundExt/wOutBoundForStockUp', data)
}
// export function wOutBoundForStockUp (data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/wOutboundExt/wOutBoundForStockUp',
//         method: 'post',
//         data
//     })
// }
minipro_standard/util/api/agencyAPI.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,77 @@
const http = uni.$u.http
// åˆ†é¡µæŸ¥è¯¢
export function getList(data) {
    return http.post('/ext/noticesExt/page', data)
}
// æŸ¥è¯¢ç»Ÿè®¡åˆ—表数量
export function pageCount(data) {
    return http.post('/ext/noticesExt/pageCount', data)
}
// export function pageCount(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/noticesExt/pageCount',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ID查询
export function getDB(id) {
    return http.get(`/ext/noticesExt/${id}`)
}
// export function getDB(id: any): Promise<any> {
//     return httpRequest({
//         url: `ext/noticesExt/${id}`,
//         method: 'get'
//     })
// }
// æ‰‹åŠ¨å‡ºå…¥åº“ä½¿ç”¨ - åˆ†é¡µæŸ¥è¯¢
export function findListPageForManual(data) {
    return http.post('/ext/appliancesExt/findListPageForManual', data)
}
// export function findListPageForManual(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/appliancesExt/findListPageForManual',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ä»“库查询库存
export function choiceStockListPage(data) {
    return http.post('/ext/wStockExt/choiceStockListPage', data)
}
// export function choiceStockListPage(data: any): Promise<any> {
//     return httpRequest({
//         url: '/ext/wStockExt/choiceStockListPage',
//         method: 'post',
//         data
//     })
// }
// æ ¹æ®ä»“库查询库存-标准版
export function choiceStockPageForStandard(data) {
    return http.post('/ext/workorderRecordExt/choiceStockPageForStandard', data)
}
// export function choiceStockPageForStandard(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/workorderRecordExt/choiceStockPageForStandard',
//         method: 'post',
//         data
//     })
// }
// æ‰‹åŠ¨æ–°å»ºè½¬åº“å•
export function createZK(data) {
    return http.post('/ext/wTransferExt/create', data)
}
// export function createZK(data: any): Promise<any> {
//     return httpRequest({
//         url: 'ext/wTransferExt/create',
//         method: 'post',
//         data
//     })
// }
minipro_standard/util/api/materialStorage.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,115 @@
const request = uni.$u.http
// è½¬åº“单列表
export function getTransferList (data) {
  return request.post('/ext/wTransferExt/pageList', data)
}
// export function getTransferList(data: any): Promise<any> {
//   return httpRequest({
//     url: '/ext/wTransferExt/pageList',
//     method: 'post',
//     data
//   })
// }
// è½¬åº“单详情
export function wTransferExtDetail (id) {
  return request.get(`/ext/wTransferExt/${id}`)
}
// export function wTransferExtDetail(id: any): Promise<any> {
//     return httpRequest({
//         url:  `/ext/wTransferExt/${id}`,
//         method: 'get'
//     })
// }
// åˆ†é¡µæŸ¥è¯¢åº“å­˜
export function getwStockExtList (data) {
  return request.post('/ext/wStockExt/pageForH5', data)
}
// export function getwStockExtList(data: any): Promise<any> {
//   return httpRequest({
//     url: '/ext/wStockExt/pageForH5',
//     method: 'post',
//     data
//   })
// }
// å‡ºå…¥åº“单列表
export function getBoundList (data) {
  return request.post('/ext/wOutboundExt/listPage', data)
}
// export function getBoundList(data: any): Promise<any> {
//   return httpRequest({
//     url: '/ext/wOutboundExt/listPage',
//     method: 'post',
//     data
//   })
// }
// æäº¤è½¬åº“单出入库
export function inOutSubmit(params) {
    return http.get('/ext/wTransferExt/wTransferForInOutUpload', { params })
}
// export function inOutSubmit(params: any): Promise<any> {
//   return httpRequest({
//     url: 'ext/wTransferExt/wTransferForInOutUpload',
//     method: 'get',
//     params
//   })
// }
// å‡ºå…¥åº“列表统计 - H5
export function pageCount (data) {
  return request.post('/ext/wOutboundExt/pageCount', data)
}
// export function pageCount(data: any): Promise<any> {
//   return httpRequest({
//     url: 'ext/wOutboundExt/pageCount',
//     method: 'post',
//     data
//   })
// }
// è½¬åº“列表统计 - H5
export function ZKPageCount (data) {
  return request.post('/ext/wTransferExt/pageCount', data)
}
// export function ZKPageCount(data: any): Promise<any> {
//   return httpRequest({
//     url: 'ext/wTransferExt/pageCount',
//     method: 'post',
//     data
//   })
// }
/**
 *
 * @param params id å‡ºå…¥åº“id
 * @returns
 */
export function getBoundDetail(params) {
    return http.get('/ext/wOutboundExt/findById', { params })
}
// export function getBoundDetail(params: any): Promise<any> {
//   return httpRequest({
//     url: '/ext/wOutboundExt/findById',
//     method: 'get',
//     params
//   })
// }
/**
 * å–消出入库单据
 * @param params id å‡ºå…¥åº“id
 * @returns
 */
export function cancelBound(params) {
    return http.get('/ext/wOutboundExt/cancel', { params })
}
// export function cancelBound(params: any): Promise<any> {
//   return httpRequest({
//     url: '/ext/wOutboundExt/cancel',
//     method: 'get',
//     params
//   })
// }
web_standard/src/api/business/salaryParam.js
@@ -38,3 +38,23 @@
    }
  })
}
/**
// ä¿®æ”¹
export function updateById (data) {
  return http.post('/ext/workorderExt/updateById', data)
}
// åˆ é™¤
export function deleteById (id) {
  return http.get(`/ext/workorderExt/${id}`)
}
export function outScanAppliances(params) {
    return http.get('/ext/workorderExt/outScanAppliances', { params })
}
 */