Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
# Conflicts:
# pages/index/tab3.vue
| | |
| | | "pagePath": "pages/index/tab1", |
| | | "iconPath": "static/tabBar/icon1.png", |
| | | "selectedIconPath": "static/tabBar/icon1-default.png", |
| | | "text": "车间工序" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab2", |
| | | "iconPath": "static/tabBar/icon2.png", |
| | | "selectedIconPath": "static/tabBar/icon2-default.png", |
| | | "text": "单据列表" |
| | | "text": "车间管理" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab3", |
| | | "iconPath": "static/tabBar/icon2.png", |
| | | "selectedIconPath": "static/tabBar/icon2-default.png", |
| | | "text": "器具管理" |
| | | "iconPath": "static/tabBar/icon4.png", |
| | | "selectedIconPath": "static/tabBar/icon4-default.png", |
| | | "text": "设备管理" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab4", |
| | | "iconPath": "static/tabBar/icon3.png", |
| | | "selectedIconPath": "static/tabBar/icon3-default.png", |
| | | "text": "质量管理" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab2", |
| | | "iconPath": "static/tabBar/icon2.png", |
| | | "selectedIconPath": "static/tabBar/icon2-default.png", |
| | | "text": "质量管理" |
| | | "text": "单据列表" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/mine", |
| | |
| | | </picker> |
| | | </view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <!-- <view class="form-item"> |
| | | <view class="title">源单类型:</view> |
| | | <view class="right" :class="showHMainSourceBillType?'':'disabled'"> |
| | | <zxz-uni-data-select |
| | |
| | | @change="HSourceBillTypeNameChange" |
| | | ></zxz-uni-data-select> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="form-item"> |
| | | <view class="title">源单类型:</view> |
| | | <view class="right" v-show="showHMainSourceBillType"> |
| | | <picker :range="arrayHMainSourceBillType" |
| | | @change="HMainSourceBillTypeChange"> |
| | | <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType" |
| | | placeholder="请选择源单类型" /> |
| | | <view class="picker-overlay"></view> |
| | | </picker> |
| | | </view> |
| | | <view class="righton" v-show="!showHMainSourceBillType"> |
| | | <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType" |
| | | placeholder="请选择源单类型" /> |
| | | </view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="title">源单单号:</view> |
| | | <view class="right" v-show="showHSourceBillNo"> |
| | |
| | | showHStockPlaceName: true, |
| | | HMouldList:[], |
| | | isEdit: false, |
| | | |
| | | arrayHMainSourceBillType: ['器具报废申请单', '手工录入'], |
| | | HMainSourceBillType: '器具报废申请单', |
| | | arrayHMainSourceBillValue: ['3823', '-1'], |
| | | showHMainSourceBillType: true, |
| | | showHSourceBillNo: true, |
| | | |
| | | //源单类型 |
| | | HSourceBillTypeList:[{typeID:"-1",typeName:"手工录入"}], |
| | | HSourceBillTypeList:[{typeID:"-1",typeName:"手工录入"},{typeID:"3823",typeName:"器具报废申请单"}], |
| | | hform: { |
| | | HBarCode: '', |
| | | HInterID: '', |
| | |
| | | HDeptName: getUserInfo().HDept, |
| | | HDeptID: getUserInfo().HDeptID, |
| | | //源单信息 |
| | | HMainSourceBillType: "-1", |
| | | HMainSourceBillType:uni.getStorageSync('billTypeName_3832') ? uni.getStorageSync('billTypeName_3832'):'器具报废申请单', |
| | | HSourceBillNo: '', //CGDD000200 |
| | | HDate: getDateTime.dateTimeStr('y-m-d'), |
| | | HMaker: uni.getStorageSync('HUserName'), |
| | |
| | | showBillList() { |
| | | this.$refs.billList.showPopup() |
| | | }, |
| | | |
| | | HMainSourceBillTypeChange(e) { |
| | | this.HMainSourceBillType = this.arrayHMainSourceBillType[e.detail.value] |
| | | |
| | | let index = this.arrayHMainSourceBillType.findIndex(e => e == this.HMainSourceBillType) |
| | | if (index != -1) { |
| | | this.hform.HMainSourceBillType = this.arrayHMainSourceBillValue[index] |
| | | // this.getHYDList() |
| | | } |
| | | console.log(this.hform.HMainSourceBillType) |
| | | uni.setStorageSync("billType_3823",this.hform.HMainSourceBillType); |
| | | uni.setStorageSync("billTypeName_3823",this.HMainSourceBillType); |
| | | }, |
| | | HSourceBillTypeNameChange(e) { |
| | | |
| | | const pages = getCurrentPages() |
| | |
| | | }, |
| | | //选中源单 |
| | | getHBarCodeData(HBarCode) { |
| | | console.log("HInterID",this.hform.HInterID,"HBillNo",this.hform.HBillNo,"HBillType",this.hform.HBillType) |
| | | uni.request({ |
| | | url: this.serverUrl + '/MouldController/Get_SourceBarCode_ProdOut_Json', |
| | | url: this.serverUrl + '/MouldController/Get_SourceBarCode_ScrapRequest_Json', |
| | | data: { |
| | | HInterID: this.hform.HInterID, |
| | | HBillNo: this.hform.HBillNo, |
| | |
| | | toScanCode() { |
| | | MpaasScan.scanCode((res) => { |
| | | if (res) { |
| | | this.getSourceBillInfo(HBarCode); |
| | | this.getSourceBillInfo(res); |
| | | } |
| | | }); |
| | | }, |
| | |
| | | // if (!this.checkSubmitValidate()) { |
| | | // return; |
| | | // } |
| | | if(this.HisReportList.length<=0){ |
| | | CommonUtils.showTips({ |
| | | title: "温馨提示", |
| | | message: `请输入检验信息`, |
| | | }); |
| | | return |
| | | } |
| | | try { |
| | | console.log('this.$refs: ', this.$refs); |
| | | |
| | |
| | | <input type="number" v-model="hform.HSourceBillQty" /> |
| | | </view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="form-item" v-show="false"> |
| | | <view class="left">任务单号</view> |
| | | <view class="right disabled"> |
| | | <input type="text" :value="hform.HICMOBillNo" disabled /> |
| | |
| | | :disabled="hasSourceBill" size="20" @click="showSelectorModule(hform, 5)"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="form-item" v-show="false"> |
| | | <view class="left">流转卡号</view> |
| | | <view class="right disabled"> |
| | | <input type="text" :value="hform.HProcExchBillNo" disabled /> |
| | |
| | | menuListName: 'index', |
| | | canEdit: false, |
| | | serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API', |
| | | itemData: [{ |
| | | itemData: [ |
| | | { |
| | | "img": "../../static/icon/icon18.png", |
| | | "text": "ERP及时库存查询", |
| | | "url": "/pages/jishikucunchaxun/table", |
| | | "id": 32, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '收料通知单条码打印', |
| | | url: '/pages/tiaomaguanli/table?HBillType=1103', |
| | |
| | | id: 27, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon16.png', |
| | | text: '分步式调入单缓存', |
| | | url: '/pages/fenbushidiaorudan/table', |
| | | id: 28, |
| | | hidden: false, |
| | | }, |
| | | |
| | | { |
| | | img: '../../static/icon/icon16.png', |
| | | text: '分步式调出单', |
| | |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '上模单', |
| | | url: `/pages/MJGL/shangmudan/MouldUpperBill`, |
| | | id: 37, |
| | | hidden: false, |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "标签打印", |
| | | "url": "/pages/labelPrinter/index", |
| | | "id": 24, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "条码拆码", |
| | | "url": "/pages/tiaomachaima/tiaomachaima", |
| | | "id": 25, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "条码拆码2", |
| | | "url": "/pages/tiaomachaima/tiaomachaima2", |
| | | "id": 26, |
| | | "hidden": false |
| | | }, |
| | | |
| | | ], |
| | | // itemData: [{ |
| | | // img: '../../static/icon/icon1.png', |
| | |
| | | url: '/pages/gongxuIn/Cj_StationInBill', |
| | | id: 1, |
| | | hidden: false, |
| | | }, { |
| | | img: '../../static/icon/icon9.png', |
| | | text: '工序进站接收单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/gongxuIn/Cj_StationInBillList', |
| | | id: 2, |
| | | hidden: false, |
| | | }, { |
| | | }, |
| | | |
| | | { |
| | | img: '../../static/icon/icon10.png', |
| | | text: '工序出站汇报单新增', |
| | | tip: '立即新增', |
| | | url: '/pages/gongxuOut/Cj_StationOutBill', |
| | | id: 3, |
| | | hidden: false, |
| | | }, { |
| | | img: '../../static/icon/icon10.png', |
| | | text: '工序出站汇报单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/gongxuOut/Cj_StationOutBillList', |
| | | id: 4, |
| | | hidden: false, |
| | | }, { |
| | | }, |
| | | |
| | | { |
| | | img: '../../static/icon/icon11.png', |
| | | text: '工序委外发出单新增', |
| | | tip: '立即新增', |
| | | url: '/pages/weiwaigxIn/Cj_StationEntrustInBill', |
| | | id: 5, |
| | | hidden: false, |
| | | }, { |
| | | img: '../../static/icon/icon11.png', |
| | | text: '工序委外发出单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/weiwaigxIn/Cj_StationEntrustInBillList', |
| | | id: 6, |
| | | hidden: false, |
| | | }, { |
| | | }, |
| | | |
| | | { |
| | | img: '../../static/icon/icon12.png', |
| | | text: '工序委外接收单新增', |
| | | tip: '立即新增', |
| | | url: '/pages/weiwaigxOut/Cj_StationEntrustOutBill', |
| | | id: 7, |
| | | hidden: false, |
| | | }, { |
| | | img: '../../static/icon/icon12.png', |
| | | text: '工序委外接收单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/weiwaigxOut/Cj_StationEntrustOutBillList', |
| | | id: 8, |
| | | hidden: false, |
| | | } |
| | | , { |
| | | img: '../../static/icon/icon1.png', |
| | | text: '设备档案查询', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeidangan/Gy_EquipFileMainBillList', |
| | | id: 9, |
| | | hidden: true, |
| | | }, { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '设备履历查询', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeilvli/EquipFileBillResume', |
| | | id: 10, |
| | | hidden: true, |
| | | }, { |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon14.png', |
| | | text: '我的报工平台', |
| | | tip: '点击进入', |
| | | url: '/pages/baogong/IpadIndex', |
| | | id: 11, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon32.png', |
| | | text: '设备运行状态', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai', |
| | | id: 14, |
| | | hidden: true, |
| | | }, |
| | | { |
| | |
| | | "id": 23, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | img: '../../static/icon/icon16.png', |
| | | text: '分步式调入单缓存', |
| | | url: '/pages/fenbushidiaorudan/table', |
| | | id: 28, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon9.png', |
| | | text: '工序进站接收单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/gongxuIn/Cj_StationInBillList', |
| | | id: 2, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon10.png', |
| | | text: '工序出站汇报单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/gongxuOut/Cj_StationOutBillList', |
| | | id: 4, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon11.png', |
| | | text: '工序委外发出单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/weiwaigxIn/Cj_StationEntrustInBillList', |
| | | id: 6, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon12.png', |
| | | text: '工序委外接收单列表', |
| | | tip: '查看列表', |
| | | url: '/pages/weiwaigxOut/Cj_StationEntrustOutBillList', |
| | | id: 8, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具报废出库单列表", |
| | | "url": "/pages/MJGL/MouldScrapOutBill/MouldScrapOutBillList", |
| | | "id": 51, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具调拨单列表", |
| | | "url": "/pages/MJGL/qijudiaobodan/Sc_MouldMoveStockBillList", |
| | | "id": 51, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具领用退库单列表", |
| | | "url": "/pages/MJGL/mujulingliaotuikudan/Sc_MouldProdBackBillList", |
| | | "id": 50, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon5.png", |
| | | "text": "模具点检记录单列表", |
| | | "url": "/pages/MJGL/mujudianjianjiludan/MouldDotCheckPlanBillList", |
| | | "id": 47, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon5.png", |
| | | "text": "模具保养记录单列表", |
| | | "url": "/pages/MJGL/mujubaoyangjiludan/mouldMaintainRecordBillList", |
| | | "id": 48, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具领用出库单列表", |
| | | "url": "/pages/MJGL/mujulingliaochukudan/MouldProdOutBillList", |
| | | "id": 49, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "模具维修记录列表", |
| | | "url": "/pages/weixiujilu/mouldRepairRecordBillList", |
| | | "id": 39, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "模具故障登记列表", |
| | | "url": "/pages/qijvguzhangdengji/mouldMistake", |
| | | "id": 37, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "首件检验单列表", |
| | | "url": "/pages/ZLGL/shoujianjianyan/firstCheckBillList", |
| | | "id": 41, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "巡检检验单列表", |
| | | "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBillList", |
| | | "id": 43, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "末件检验单列表", |
| | | "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBillList", |
| | | "id": 45, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "来料检验列表", |
| | | "url": "/pages/ZLGL/lailiaojianyan/POStockInCheckBillList", |
| | | "id": 54, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "全检检验单列表", |
| | | "url": "/pages/ZLGL/QualityReportStep/QualityReportStepBillList", |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "车间自检单列表", |
| | | "url": "/pages/ZLGL/WorkSelfCheckBill/WorkSelfCheckBillList", |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | // 标签条码相关 |
| | | { |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "标签打印", |
| | | "url": "/pages/labelPrinter/index", |
| | | "id": 24, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "条码拆码", |
| | | "url": "/pages/tiaomachaima/tiaomachaima", |
| | | "id": 25, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon21.png", |
| | | "text": "条码拆码2", |
| | | "url": "/pages/tiaomachaima/tiaomachaima2", |
| | | "id": 26, |
| | | "hidden": false |
| | | }, |
| | | |
| | | |
| | | // 设备相关 |
| | | { |
| | | "img": "../../static/icon/icon3.png", |
| | | "text": "设备保养记录单", |
| | | "text": "设备保养记录单列表", |
| | | "url": "/pages/baoyangjilu/Sb_EquipMaintainRuleList", |
| | | "id": 27, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon6.png", |
| | | "text": "设备故障登记表", |
| | | "text": "设备故障登记表列表", |
| | | "url": "/pages/guzhangdengji/EqpConkBookBillList", |
| | | "id": 28, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon7.png", |
| | | "text": "设备维修记录单", |
| | | "text": "设备维修记录单列表", |
| | | "url": "/pages/shebeiweixiu/SbEqpMaintenanceBillList", |
| | | "id": 29, |
| | | "hidden": false |
| | |
| | | // 异常相关 |
| | | { |
| | | "img": "../../static/icon/icon15.png", |
| | | "text": "异常反馈单", |
| | | "text": "异常反馈单列表", |
| | | "url": "/pages/yichang/MESExecptFeedBackBillList", |
| | | "id": 30, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon16.png", |
| | | "text": "异常反馈处理单", |
| | | "text": "异常反馈处理单列表", |
| | | "url": "/pages/yichang/MESExecptFeedBackBillList", |
| | | "id": 31, |
| | | "hidden": false |
| | | }, |
| | | |
| | | // 库存查询相关 |
| | | { |
| | | "img": "../../static/icon/icon18.png", |
| | | "text": "ERP及时库存查询", |
| | | "url": "/pages/jishikucunchaxun/table", |
| | | "id": 32, |
| | | "hidden": false |
| | | }, |
| | | |
| | | |
| | | // 取样还样相关 |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "取样单", |
| | | "text": "取样单列表", |
| | | "url": "/pages/quyangdan/TakeSampleCheckBillList", |
| | | "id": 33, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "还样单", |
| | | "text": "还样单列表", |
| | | "url": "/pages/huanyangdan/BackSampleCheckBillList", |
| | | "id": 34, |
| | | "hidden": false |
| | |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "在库检验单缓存", |
| | | "url": "/pages/ZLGL/zaikujianyandan/InStockCheckBillList", |
| | | "id": 57, |
| | | "hidden": false |
| | | } |
| | | |
| | | ] |
| | | } |
| | |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "模具故障登记列表", |
| | | "url": "/pages/qijvguzhangdengji/mouldMistake", |
| | | "id": 37, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "模具故障登记单", |
| | | "url": "/pages/qijvguzhangdengji/mouldMistakeBill?operationType=1", |
| | | "id": 38, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "模具维修记录列表", |
| | | "url": "/pages/weixiujilu/mouldRepairRecordBillList", |
| | | "id": 39, |
| | | "hidden": false |
| | | }, |
| | | { |
| | |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon5.png", |
| | | "text": "模具点检记录单列表", |
| | | "url": "/pages/MJGL/mujudianjianjiludan/MouldDotCheckPlanBillList", |
| | | "id": 47, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon5.png", |
| | | "text": "模具保养记录单列表", |
| | | "url": "/pages/MJGL/mujubaoyangjiludan/mouldMaintainRecordBillList", |
| | | "id": 48, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具领用出库单列表", |
| | | "url": "/pages/MJGL/mujulingliaochukudan/MouldProdOutBillList", |
| | | "id": 49, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具领用退库单列表", |
| | | "url": "/pages/MJGL/mujulingliaotuikudan/Sc_MouldProdBackBillList", |
| | | "id": 50, |
| | | "hidden": false |
| | | }, |
| | | |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具领用出库单", |
| | |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具调拨单列表", |
| | | "url": "/pages/MJGL/qijudiaobodan/Sc_MouldMoveStockBillList", |
| | | "id": 51, |
| | | "text": "模具报废出库单", |
| | | "url": "/pages/MJGL/MouldScrapOutBill/MouldScrapOutBill", |
| | | "id": 50, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "模具报废出库单列表", |
| | | "url": "/pages/MJGL/MouldScrapOutBill/MouldScrapOutBillList", |
| | | "id": 51, |
| | | "hidden": false |
| | | img: '../../static/icon/icon8.png', |
| | | text: '上模单', |
| | | url: `/pages/MJGL/shangmudan/MouldUpperBill`, |
| | | id: 37, |
| | | hidden: false, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon1.png', |
| | | text: '设备档案查询', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeidangan/Gy_EquipFileMainBillList', |
| | | id: 9, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon8.png', |
| | | text: '设备履历查询', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeilvli/EquipFileBillResume', |
| | | id: 10, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | img: '../../static/icon/icon32.png', |
| | | text: '设备运行状态', |
| | | tip: '查看详情', |
| | | url: '/pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai', |
| | | id: 14, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "设备保养记录单列表", |
| | | "url": "/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBillList", |
| | |
| | | canEdit: false, |
| | | serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API', |
| | | itemData: [ |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "首件检验单列表", |
| | | "url": "/pages/ZLGL/shoujianjianyan/firstCheckBillList", |
| | | "id": 41, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon13.png", |
| | | "text": "首件检验单", |
| | |
| | | "id": 42, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "巡检检验单列表", |
| | | "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBillList", |
| | | "id": 43, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "巡检检验单", |
| | |
| | | "id": 44, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "末件检验单列表", |
| | | "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBillList", |
| | | "id": 45, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "末件检验单", |
| | |
| | | "id": 53, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "来料检验列表", |
| | | "url": "/pages/ZLGL/lailiaojianyan/POStockInCheckBillList", |
| | | "id": 54, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "生产入库检验单", |
| | |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "全检检验单查询", |
| | | "url": "/pages/ZLGL/QualityReportStep/QualityReportStepBillList", |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "车间自检单", |
| | |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "车间自检单查询", |
| | | "url": "/pages/ZLGL/WorkSelfCheckBill/WorkSelfCheckBillList", |
| | | "id": 55, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "在库检验单", |
| | | "url": "/pages/ZLGL/zaikujianyandan/InStockCheckBill", |
| | | "id": 57, |
| | | "hidden": false |
| | | }, |
| | | { |
| | | "img": "../../static/icon/icon8.png", |
| | | "text": "在库检验单缓存", |
| | | "url": "/pages/ZLGL/zaikujianyandan/InStockCheckBillList", |
| | | "id": 57, |
| | | "hidden": false |
| | | } |