首件检验单 添加 检验项目检验值(分析方法为定量分析时有效,绑定字段为HInspectValQ) 抽检绑定字段为HInspectVal
7个文件已修改
5673 ■■■■ 已修改文件
manifest.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/lastPieceCheckBill.vue 4336 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/lastPieceCheckBillList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shoujianjianyan/firstCheckBill.vue 168 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue 173 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 918 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/tab2.vue 73 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,6 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "2.0.16",
    "versionCode" : 216,
    "transformPx" : false,
pages/ZLGL/mojianjianyan/lastPieceCheckBill.vue
Diff too large
pages/ZLGL/mojianjianyan/lastPieceCheckBillList.vue
@@ -193,7 +193,7 @@
            },
            cmdAdd() {
                uni.redirectTo({
                    url: "pages/ZLGL/mojianjianyan/lastPieceCheckBill.vue?operationType=1"
                    url: "/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=1"
                })
            },
            async cmdSearch() {
@@ -344,7 +344,7 @@
            edit(item) {
                console.log("editItem:", item)
                uni.navigateTo({
                    url: `/?operationType=3&linterid=${item.hmainid}`
                    url: `/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=3&linterid=${item.hmainid}`
                })
            }
        },
pages/ZLGL/shoujianjianyan/firstCheckBill.vue
@@ -5,7 +5,8 @@
            <!-- 主表页签 -->
            <view class="bill-main-tabs">
                <view :class="mainTabSelected == 1 ? 'selected' : ''" @tap="mainTabSelected = 1">基本信息</view>
                <view :class="mainTabSelected == 2 ? 'selected' : ''" @tap="mainTabSelected = 2">制单信息</view>
                <view :class="mainTabSelected == 2 ? 'selected' : ''" @tap="mainTabSelected = 2">其他信息</view>
                <view :class="mainTabSelected == 3 ? 'selected' : ''" @tap="mainTabSelected = 3">制单信息</view>
            </view>
            <!-- 主表内容 -->
            <view class="bill-main-contents">
@@ -26,17 +27,7 @@
                            </uni-datetime-picker>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">源单类型</view>
                        <view class="right" style="position: relative" :class="!hasSourceBill?'':'disabled'">
                            <picker mode="selector" :range="HSourceBillTypeNameList" :disabled="hasSourceBill"
                                @change="HSourceBillTypeNameChange">
                                <input type="text" placeholder="请选择源单类型" v-model="HSourceBillType" />
                                <view class="picker-overlay"></view>
                            </picker>
                        </view>
                    </view>
                    <view class="form-item">
<view class="form-item">
                        <view class="left">源单单号</view>
                        <view class="right" :class="!hasSourceBill?'':'disabled'">
                            <input type="text" :disabled="hasSourceBill" placeholder="请输入或扫描源单号"
@@ -51,25 +42,7 @@
                " size="20" @click="toScanCode"></uni-icons>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产资源</view>
                        <view class="right">
                            <uni-combox :candidates="GySourceNameList" placeholder="请选择生产资源" v-model="hform.HSourceName"
                                @update:modelValue="HSourceChange"></uni-combox>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产班次</view>
                        <view class="right">
                            <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                        </view>
                    </view>
                    <!-- <view class="form-item">
                        <view class="left"></view>
                        <view class="right">
                            <input type="text"></view>
                    </view> -->
                    <view class="form-item">
                        <view class="left">任务单号</view>
                        <view class="right disabled">
@@ -79,24 +52,12 @@
                                @click="showSelectorModule(hform, 5)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">任务单数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HICMOQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">流转卡号</view>
                        <view class="right disabled">
                            <input type="text" :value="hform.HProcExchBillNo" disabled />
                        </view>
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 6)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">流转卡数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HProcExchQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">产品代码</view>
@@ -129,12 +90,7 @@
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 7)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">批号</view>
                        <view class="right">
                            <input type="text" value="" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">判断结论</view>
                        <view class="right none-border">
@@ -159,21 +115,74 @@
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 8)"></uni-icons></view>
                    </view>
                </view>
                <!-- 其他信息 -->
                <view class="bill-main-content" v-if="mainTabSelected == 2">
                    <view class="form-item">
                        <view class="left">备注</view>
                        <view class="right">
                            <input type="text" value="" />
                        <view class="left">源单类型</view>
                        <view class="right" style="position: relative" :class="!hasSourceBill?'':'disabled'">
                            <picker mode="selector" :range="HSourceBillTypeNameList" :disabled="hasSourceBill"
                                @change="HSourceBillTypeNameChange">
                                <input type="text" placeholder="请选择源单类型" v-model="HSourceBillType" />
                                <view class="picker-overlay"></view>
                            </picker>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产资源</view>
                        <view class="right">
                            <uni-combox :candidates="GySourceNameList" placeholder="请选择生产资源" v-model="hform.HSourceName"
                                @update:modelValue="HSourceChange"></uni-combox>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产班次</view>
                        <view class="right">
                            <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                        </view>
                    </view>
                    <!-- <view class="form-item">
                        <view class="left">生产班次</view>
                        <view class="right">
                            <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                        </view>
                    </view> -->
                    <view class="form-item">
                        <view class="left">异常临时处理方案</view>
                        <view class="right">
                            <input type="text" value="" />
                            <input type="text" v-model="hform.HErrTreatment" value="" />
                        </view>
                    </view>
                    <!-- <view class="form-item">
                        <view class="left">任务单数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HICMOQty" />
                        </view>
                    </view> -->
                    <view class="form-item">
                        <view class="left">流转卡数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HProcExchQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">批号</view>
                        <view class="right">
                            <input type="text" v-model="hform.HBatchNo" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">备注</view>
                        <view class="right">
                            <input type="text" v-model="hform.HRemark" value="" />
                        </view>
                    </view>
                </view>
                <!-- 制单信息 -->
                <view class="bill-main-content" v-if="mainTabSelected == 2">
                <view class="bill-main-content" v-if="mainTabSelected == 3">
                    <view class="form-item">
                        <view class="left">制单人</view>
                        <view class="right disabled">
@@ -304,8 +313,11 @@
                                <view class="detail" v-if="checkItem.HUnit">
                                    <text>单位:</text>{{ checkItem.HUnit }}
                                </view>
                                <view class="detail" v-if="checkItem.HQCStd">
                                    <text>检验值:</text>{{ checkItem.HQCStd }}
                                <!-- 只有定量分析才启用检验值 -->
                                <view class="detail editable" v-show="checkItem.HAnalysisMethod == 2">
                                    <text>检验值:</text>
                                    <input type="text" class="editable-input" @blur="calcHResult(checkItem)" v-model="checkItem.HInspectValQ" />
                                </view>
                                <view class="detail" v-if="checkItem.HQCNote">
                                    <text>检验记录:</text>{{ checkItem.HQCNote }}
@@ -383,7 +395,7 @@
                                </view>
                                <view class="detail editable">
                                    <text>样本破坏数:</text>
                                    <view class="sampleDestory">
                                    <view class="editable-input">
                                        <input type="number" v-model="SamplingItem.HSampleDamageQty" />
                                    </view>
                                </view>
@@ -623,6 +635,21 @@
            };
        },
        methods: {
            // 检验值 计算是否合格
            calcHResult(item){
                // 非抽检条件下判断结论
                console.log('item: ',item);
                if(item.HSampleSchemeID) {
                    return
                }
                if(item.HInspectValQ >= item.HDownLimit && item.HInspectValQ <= item.HUpLimit){
                    this.checkItems[item.num].HResult = true
                    return
                }
                this.checkItems[item.num].HResult = false
            },
            // 源单类型选择
            HSourceBillTypeNameChange(e) {
                this.HSourceBillType = this.HSourceBillTypeNameList[e.detail.value];
@@ -1099,7 +1126,7 @@
                this.$refs.listPopup.showPopup();
            },
            getAnalysisMethodDisplay(val) {
                console.log("AnalysisMethodVal: ", val);
                console.log("AnalysisMethod: ", val);
                if (val) {
                    return this.arrayAnalysisMethod.find((e) => e.value == val).name;
                }
@@ -1632,12 +1659,12 @@
            },
            checkSubmitValidate() {
                if (this.hform.HICMOQty == "" || this.hform.HICMOQty <= 0) {
                    CommonUtils.showTips({
                        message: "任务单数量不能为空且不能小于等于0!",
                    });
                    return false;
                }
                // if (this.hform.HICMOQty == "" || this.hform.HICMOQty <= 0) {
                //     CommonUtils.showTips({
                //         message: "任务单数量不能为空且不能小于等于0!",
                //     });
                //     return false;
                // }
                if (this.hform.HFirstCheckEmp == 0) {
                    CommonUtils.showTips({
@@ -1757,7 +1784,7 @@
                                if (res.confirm) {
                                    console.log("用户点击确定");
                                    uni.redirectTo({
                                        url: "/pages/ZLGL/shoujianjianyan/firstCheckBill?operationType=1",
                                        url: "/pages/ZLGL/shoujianjianyan/form?operationType=1",
                                    });
                                } else if (res.cancel) {
                                    console.log("用户点击取消");
@@ -1880,9 +1907,6 @@
                                    return '其他检验'
                                }
                            }(),
                        });
                        for (let i = 0; i < data.length; i++) {
@@ -1928,9 +1952,7 @@
                                HStrictness: data[i].严格度,
                                HInspectResultToSee: data[i].检验结果
                            });
                        }
                        this.hasSourceBill = true
                    } else {
@@ -1952,9 +1974,7 @@
            this.hform.HInterID = e.linterid || 0;
            if (this.operationType == 1) {
                await this.getMaxBillNo();
            } else if (this.operationType == 2) {
            } else if (this.operationType == 3) {
            } else if (this.operationType == 2) {} else if (this.operationType == 3) {
                await this.RoadBillMain();
            }
@@ -2177,7 +2197,7 @@
                    flex-shrink: 0;
                }
                .sampleDestory {
                .editable-input {
                    border: 1px solid #acacac;
                    border-radius: 5rpx;
                    padding: 0 12rpx;
pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue
@@ -5,7 +5,8 @@
            <!-- 主表页签 -->
            <view class="bill-main-tabs">
                <view :class="mainTabSelected == 1 ? 'selected' : ''" @tap="mainTabSelected = 1">基本信息</view>
                <view :class="mainTabSelected == 2 ? 'selected' : ''" @tap="mainTabSelected = 2">制单信息</view>
                <view :class="mainTabSelected == 2 ? 'selected' : ''" @tap="mainTabSelected = 2">其他信息</view>
                <view :class="mainTabSelected == 3 ? 'selected' : ''" @tap="mainTabSelected = 3">制单信息</view>
            </view>
            <!-- 主表内容 -->
            <view class="bill-main-contents">
@@ -26,21 +27,12 @@
                            </uni-datetime-picker>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">源单类型</view>
                        <view class="right" style="position: relative" :class="!hasSourceBill?'':'disabled'">
                            <picker mode="selector" :range="HSourceBillTypeNameList" :disabled="hasSourceBill"
                                @change="HSourceBillTypeNameChange">
                                <input type="text" placeholder="请选择源单类型" v-model="HSourceBillType" />
                                <view class="picker-overlay"></view>
                            </picker>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">源单单号</view>
                        <view class="right" :class="!hasSourceBill?'':'disabled'">
                            <input type="text" :disabled="hasSourceBill" placeholder="请输入或扫描源单号" v-model="hform.HSourceBillNo"
                                @confirm="getSourceBillInfo(hform.HSourceBillNo)" />
                            <input type="text" :disabled="hasSourceBill" placeholder="请输入或扫描源单号"
                                v-model="hform.HSourceBillNo" @confirm="getSourceBillInfo(hform.HSourceBillNo)" />
                        </view>
                        <view class="icon-wrapper-big">
                            <uni-icons class="right-icon" type="scan" style="
@@ -51,25 +43,7 @@
                " size="20" @click="toScanCode"></uni-icons>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产资源</view>
                        <view class="right">
                            <uni-combox :candidates="GySourceNameList" placeholder="请选择生产资源" v-model="hform.HSourceName"
                                @update:modelValue="HSourceChange"></uni-combox>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产班次</view>
                        <view class="right">
                            <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                        </view>
                    </view>
                    <!-- <view class="form-item">
                        <view class="left"></view>
                        <view class="right">
                            <input type="text"></view>
                    </view> -->
                    <view class="form-item">
                        <view class="left">任务单号</view>
                        <view class="right disabled">
@@ -79,24 +53,12 @@
                                @click="showSelectorModule(hform, 5)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">任务单数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HICMOQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">流转卡号</view>
                        <view class="right disabled">
                            <input type="text" :value="hform.HProcExchBillNo" disabled />
                        </view>
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 6)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">流转卡数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HProcExchQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">产品代码</view>
@@ -129,12 +91,7 @@
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 7)"></uni-icons></view>
                    </view>
                    <view class="form-item">
                        <view class="left">批号</view>
                        <view class="right">
                            <input type="text" value="" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">判断结论</view>
                        <view class="right none-border">
@@ -159,21 +116,74 @@
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @click="showSelectorModule(hform, 8)"></uni-icons></view>
                    </view>
                </view>
                <!-- 其他信息 -->
                <view class="bill-main-content" v-if="mainTabSelected == 2">
                    <view class="form-item">
                        <view class="left">备注</view>
                        <view class="left">源单类型</view>
                        <view class="right" style="position: relative" :class="!hasSourceBill?'':'disabled'">
                            <picker mode="selector" :range="HSourceBillTypeNameList" :disabled="hasSourceBill"
                                @change="HSourceBillTypeNameChange">
                                <input type="text" placeholder="请选择源单类型" v-model="HSourceBillType" />
                                <view class="picker-overlay"></view>
                            </picker>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">生产资源</view>
                        <view class="right">
                            <input type="text" value="" />
                            <uni-combox :candidates="GySourceNameList" placeholder="请选择生产资源" v-model="hform.HSourceName"
                                @update:modelValue="HSourceChange"></uni-combox>
                        </view>
                    </view>
                    <!-- <view class="form-item">
                            <view class="left">生产班次</view>
                            <view class="right">
                                <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                    v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                            </view>
                        </view>        -->
                    <view class="form-item">
                        <view class="left">生产班次</view>
                        <view class="right">
                            <uni-combox :candidates="GyWorkShiftNameList" placeholder="请选择生产班次"
                                v-model="hform.HShiftsName" @update:modelValue="HWorkShiftChange"></uni-combox>
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">异常临时处理方案</view>
                        <view class="right">
                            <input type="text" value="" />
                            <input type="text" v-model="hform.HErrTreatment" value="" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">任务单数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HICMOQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">流转卡数量</view>
                        <view class="right">
                            <input type="number" v-model="hform.HProcExchQty" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">批号</view>
                        <view class="right">
                            <input type="text" v-model="hform.HBatchNo" />
                        </view>
                    </view>
                    <view class="form-item">
                        <view class="left">备注</view>
                        <view class="right">
                            <input type="text" v-model="hform.HRemark" value="" />
                        </view>
                    </view>
                </view>
                <!-- 制单信息 -->
                <view class="bill-main-content" v-if="mainTabSelected == 2">
                <view class="bill-main-content" v-if="mainTabSelected == 3">
                    <view class="form-item">
                        <view class="left">制单人</view>
                        <view class="right disabled">
@@ -491,7 +501,7 @@
                mainTabSelected: 1,
                subTabSelected: 1,
                // 源单状态控制
                hasSourceBill: false,
@@ -771,7 +781,7 @@
                    this.hform.HQCSchemeID = data[0].检验方案ID;
                    this.hform.HProcName = data[0].当前工序;
                    this.hform.HBatchNo = data[0].批号;
                    this.hasSourceBill = true
                    this.get_CheckItem();
                } catch (err) {
@@ -922,11 +932,11 @@
                    this.hform.HQCSchemeName = data[0].检验方案名称;
                    this.hform.HQCSchemeID = data[0].检验方案ID;
                    this.hform.HProcName = data[0].当前工序;
                    for(let i =0; i<data.length;i++) {
                    for (let i = 0; i < data.length; i++) {
                        this.addCheckItem(data[i])
                    }
                    this.hasSourceBill = true
                    this.get_CheckItem();
                } catch (err) {
@@ -1620,7 +1630,7 @@
                console.log("e: ", e);
                let key = e.num;
                e.HStatus = e.HStatus ? 1 : 0
                if(e.HResult2 == ''){
                if (e.HResult2 == '') {
                    e.HResult2 = this.checkItems[key].HResult
                }
                Object.assign(this.checkItems[key], e);
@@ -1631,12 +1641,12 @@
            },
            checkSubmitValidate() {
                if (this.hform.HICMOQty == "" || this.hform.HICMOQty <= 0) {
                    CommonUtils.showTips({
                        message: "任务单数量不能为空且不能小于等于0!",
                    });
                    return false;
                }
                // if (this.hform.HICMOQty == "" || this.hform.HICMOQty <= 0) {
                //     CommonUtils.showTips({
                //         message: "任务单数量不能为空且不能小于等于0!",
                //     });
                //     return false;
                // }
                if (this.hform.HFirstCheckEmp == 0) {
                    CommonUtils.showTips({
@@ -1701,9 +1711,10 @@
                    return;
                }
                try {
                    console.log('this.$refs: ',this.$refs);
                    console.log('this.$refs: ', this.$refs);
                    // 检查是否有未切换的检验值模块(是否包含set_SaveValue方法),如果有,则运行一次保存检验值的方法,根据检验值是否保存成功再执行下一步
                    if (typeof this.$refs.InspectValueModules != "undefined" && this.$refs.InspectValueModules.length > 0) {
                    if (typeof this.$refs.InspectValueModules != "undefined" && this.$refs.InspectValueModules
                        .length > 0) {
                        // 加载有检验值模块
                        await this.$refs.InspectValueModules[0].set_SaveValue();
                        this.InspectValues[0] = this.$refs.InspectValueModules[0].InSpectValues;
@@ -1720,11 +1731,11 @@
                    }
                    let checkItemsArray = [];
                    for (var key in this.checkItems) {
                        let checkItem = JSON.parse(JSON.stringify(this.checkItems[key]))
                        let checkItem = JSON.parse(JSON.stringify(this.checkItems[key]))
                        delete checkItem.data
                        checkItemsArray.push(checkItem);
                    }
                    console.log('checkItemsArray: ',checkItemsArray);
                    console.log('checkItemsArray: ', checkItemsArray);
                    let sMainSub = `${JSON.stringify(this.hform)};${JSON.stringify(
          checkItemsArray
        )};${this.operationType};${getUserInfo()["Czymc"]};${InspectValuesTrans[0]}`;
@@ -1869,17 +1880,17 @@
                            HLastResult: data[0].判定结论 == "合格" ? true : false,
                            HTakeSampleCheckBillID: data[0].HTakeSampleCheckBillID,
                            HTakeSampleCheckBillNo: data[0].HTakeSampleCheckBillNo,
                            HAnalysisMethod: function(){
                                if(data[0].HAnalysisMethod == 1) {
                            HAnalysisMethod: function() {
                                if (data[0].HAnalysisMethod == 1) {
                                    return '定性检验'
                                }else if(data[0].HAnalysisMethod == 2) {
                                } else if (data[0].HAnalysisMethod == 2) {
                                    return '定量检验'
                                }else {
                                    return '其他检验'
                                } else {
                                    return '其他检验'
                                }
                            }(),
                        });
@@ -1926,10 +1937,10 @@
                                HStrictness: data[i].严格度,
                                HInspectResultToSee: data[i].检验结果
                            });
                        }
                        this.hasSourceBill = true
                    } else {
                        CommonUtils.showTips({
@@ -1951,7 +1962,7 @@
            if (this.operationType == 1) {
                await this.getMaxBillNo();
            } else if (this.operationType == 2) {
            } else if (this.operationType == 3) {
                await this.RoadBillMain();
            }
pages/index/index.vue
@@ -64,470 +64,460 @@
                        hidden: false,
                    },
                    // {
                    //     img: '../../static/icon/icon8.png',
                    //     text: '扫码出库',
                    //     url: '/pages/saomachuku/table',
                    //     id: 1,
                    //     hidden: false,
                    // },
                    // {
                    //     img: '../../static/icon/icon8.png',
                    //     text: '采购订单标签',
                    //     url: '/pages/caigoudingdan/caigoudingdan',
                    //     id: 1,
                    //     hidden: true,
                    // },
                    // {
                    //     img: '../../static/icon/icon4.png',
                    //     text: '采购订单子标签',
                    //     url: '/pages/tiaomadaying/tiaomadaying',
                    //     id: 2,
                    //     hidden: true,
                    // },
                    {
                        img: '../../static/icon/icon11.png',
                        text: '收料通知单标签',
                        url: '/pages/shouliaotongzhi/table',
                        id: 3,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '采购入库新增',
                        url: '/pages/caigouruku/POStockInBill?OperationType=1',
                        id: 4,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon20.png',
                        text: '采购退料新增',
                        url: '/pages/caigoutuiliao/POStockInBackBill?OperationType=1',
                        id: 5,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '直接调拨新增',
                        url: '/pages/zhijiediaobo/MoveStockBill?OperationType=1',
                        id: 6,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '生产领料新增',
                        url: '/pages/shengchanlingliaoshengdan/form?OperationType=1',
                        id: 7,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料新增',
                        url: '/pages/shengchanbuliao/MateReplenishOutBill?OperationType=1',
                        id: 8,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '生产退料新增',
                        url: `/pages/shengchantuiliao/MateOutBackBill`,
                        id: 27,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '生产入库新增',
                        url: '/pages/shengchanrukushengdan/form?OperationType=1',
                        id: 9,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '委外领料新增',
                        url: '/pages/weiwailingliao/form?OperationType=1',
                        id: 10,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '其他入库新增',
                        url: '/pages/qitaruku_v2/OtherInBill?OperationType=1',
                        id: 11,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库新增',
                        url: '/pages/qitachuku_v2/OtherOutBill?OperationType=1',
                        id: 12,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库新增',
                        url: '/pages/xiaoshouchuku/SellOutBill?OperationType=1',
                        id: 13,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '销售退货新增',
                        url: '/pages/xiaoshoutuihuo/ICStockBillMain?OperationType=1',
                        id: 14,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '委外入库新增',
                        url: '/pages/weiwairuku/EntrustInBill?OperationType=1',
                        id: 15,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '生产领料检验',
                        url: '/pages/shengchanlingliao/PPickingCheckBill?OperationType=1',
                        id: 16,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料校验',
                        url: '/pages/shengchanbuliaojiaoyan/MateReplenishOutCheckBill?OperationType=1',
                        id: 17,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '生产调拨校验',
                        url: '/pages/shengchandiaobo/MoveStockBill?OperationType=1',
                        id: 18,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库校验',
                        url: '/pages/qitachukujiaoyan/qitachukudanjiaoyan?OperationType=1',
                        id: 19,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '生产入库校验',
                        url: '/pages/shengchanruku/ProductCheckInBill?OperationType=1',
                        id: 20,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库校验',
                        url: '/pages/xiaoshouchukujiaoyan/SellOutCheckBill?OperationType=1',
                        id: 21,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '委外领料校验',
                        url: '/pages/weiwailingliaojiaoyan/EntrustOutCheckBill?OperationType=1',
                        id: 22,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '采购入库校验',
                        url: '/pages/caigourukujiaoyan/POStockInCheckBill?OperationType=1',
                        id: 23,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '其他入库校验',
                        url: '/pages/qitarukujiaoyan/table',
                        id: 27,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '检验报告',
                        url: `/pages/InnerHtmlPage/index?src=http://172.16.72.15:8999/index.aspx?name=${getUserInfo()['HICNumber']}&pageTitle=检验报告&pageMode=horizontal`,
                        id: 24,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '组托扫码',
                        url: `/pages/zutuosaoma/PackUnionBill`,
                        id: 25,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '拆托扫码',
                        url: `/pages/chaituosaoma/UnPackUnionBill`,
                        id: 26,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调入单',
                        url: '/pages/fenbushidiaorudan/form_test',
                        id: 27,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调入单缓存',
                        url: '/pages/fenbushidiaorudan/table',
                        id: 28,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调出单',
                        url: '/pages/fenbushidiaochudan/form_out',
                        id: 29,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '拆箱',
                        url: '/pages/chaixiang/form',
                        id: 30,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon16.png',
                        text: '装箱',
                        url: '/pages/zhuangxiang/form_mix',
                        id: 31,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '组托-小卫',
                        url: '/pages/zutuo_xiaowei/form_xiaowei',
                        id: 32,
                        hidden: false,
                    }, {
                        text: '装箱单',
                        url: '/pages/zhuangxiangdan/form',
                        id: 33,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '三码合一校验',
                        url: '/pages/multiBarcodeVerification/index?openType=1',
                        id: 31,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '四码合一校验',
                        url: '/pages/multiBarcodeVerification/index?openType=2',
                        id: 32,
                        hidden: false,
                    },{
                        img: '../../static/icon/icon8.png',
                        text: '拆托扫码(小卫)',
                        url: `/pages/chaituosaoma-xiaowei/UnpackPallet`,
                        id: 34,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '三码合一',
                        url: `/pages/sanmaheyi/BarCodeCheck`,
                        id: 35,
                        hidden: false,
                    },
                ],
                // itemData: [{
                //         img: '../../static/icon/icon1.png',
                //         text: '设备档案',
                //         url: '/pages/shebeidangan/Gy_EquipFileMainBillList',
                //         id: 1
                //     }, {
                //         img: '../../static/icon/icon8.png',
                //         text: '设备履历',
                //         url: '/pages/shebeilvli/EquipFileBillResume',
                //         id: 0,
                //     }, {
                //         img: '../../static/icon/icon2.png',
                //         text: '设备保养计划单',
                //         url: '/pages/baoyangjihua/Sb_EquipMaintainPlanList',
                //         id: 2
                //     }, {
                //         img: '../../static/icon/icon3.png',
                //         text: '设备保养记录单',
                //         url: '/pages/baoyangjilu/Sb_EquipMaintainRuleList',
                //         id: 3
                //     }, {
                //         img: '../../static/icon/icon4.png',
                //         text: '设备点检计划单',
                //         url: '',
                //         id: 4
                //     }, {
                //         img: '../../static/icon/icon5.png',
                //         text: '设备点检记录单',
                //         url: '',
                //         id: 5,
                //     }, {
                //         img: '../../static/icon/icon6.png',
                //         text: '设备故障登记表',
                //         url: '/pages/guzhangdengji/EqpConkBookBillList',
                //         id: 6
                //     }, {
                //         img: '../../static/icon/icon7.png',
                //         text: '设备维修记录单',
                //         url: '/pages/shebeiweixiu/SbEqpMaintenanceBillList',
                //         id: 7,
                //         // },{
                //         //  img:'../../static/icon/icon8.png',
                //         //  text:'设备履历',
                //         //  url:'/pages/shebeilvli/EquipFileBillResume',
                //         //  id:8,
                //     }, {
                //         img: '../../static/icon/icon9.png',
                //         text: '工序进站接收单',
                //         url: '/pages/gongxuIn/Cj_StationInBillList',
                //         id: 9,
                //     }, {
                //         img: '../../static/icon/icon10.png',
                //         text: '工序出站汇报单',
                //         url: '/pages/gongxuOut/Cj_StationOutBillList',
                //         id: 10,
                //     }, {
                //         img: '../../static/icon/icon11.png',
                //         text: '工序委外发出单',
                //         url: '/pages/weiwaigxIn/Cj_StationEntrustInBillList',
                //         id: 11,
                //     }, {
                //         img: '../../static/icon/icon12.png',
                //         text: '工序委外接收单',
                //         url: '/pages/weiwaigxIn/Cj_StationEntrustOutBillList',
                //         id: 12,
                //         // }, {
                //         //     img: '../../static/icon/icon13.png',
                //         //     text: '设备管理',
                //         //     url: '/pages/shebeiguanli/table',
                //         //     id: 13,
                //     }, {
                //         img: '../../static/icon/icon14.png',
                //         text: '报工平台',
                //         url: '/pages/baogong/table',
                //         id: 14,
                //     }, {
                //         img: '../../static/icon/icon15.png',
                //         text: '异常反馈单',
                //         url: '/pages/yichang/MESExecptFeedBackBillList',
                //         id: 15,
                //     }, {
                //         img: '../../static/icon/icon16.png',
                //         text: '异常反馈处理单',
                //         url: '/pages/yichang/list',
                //         id: 16,
                //     }, {
                //         img: '../../static/icon/icon17.png',
                //         text: '采购入库',
                //         url: '/pages/caigouruku/POStockInBillList',
                //         id: 17,
                //     }, {
                //         img: '../../static/icon/icon18.png',
                //         text: '采购退料',
                //         url: '/pages/caigoutuiliao/POStockInBackBillList',
                //         id: 18,
                //     }, {
                //         img: '../../static/icon/icon19.png',
                //         text: '销售出库',
                //         url: '/pages/xiaoshouchuku/SellOutBillList',
                //         id: 19,
                //     }, {
                //         img: '../../static/icon/icon20.png',
                //         text: '销售退货',
                //         url: '/pages/xiaoshoutuihuo/ICStockBillMainList',
                //         id: 20,
                //     }, {
                //         img: '../../static/icon/icon21.png',
                //         text: '收料通知单',
                //         url: '/pages/shouliaotongzhi/table',
                //         id: 21,
                //     },{
                //         img: '../../static/icon/icon30.png',
                //         text: '生产领料校验',
                //         url: '/pages/xiaoshoutuihuo/PPickingBillList',
                //         id: 30,
                //     },{
                //         img: '../../static/icon/icon31.png',
                //         text: '生产入库校验',
                //         url: '/pages/shengchanruku/ProductInCheckBillList',
                //         id: 31,
                //     },{
                //         img: '../../static/icon/icon32.png',
                //         text: '生产调拨校验',
                //         url: '/pages/shengchandiaobo/MoveStockBillList',
                //         id: 32,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '标签打印',
                //         url: '/pages/labelPrinter/index',
                //         id: 22,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '设备运行状态',
                //         url: '/pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai',
                //         id: 23,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '模具运行状态',
                //         url: '/pages/mujvzhuangtai/mujvzhuangtai',
                //         id: 24,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '条码拆码',
                //         url: '/pages/tiaomachaima/tiaomachaima',
                //         id: 25,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他入库',
                //         url: '/pages/qitaruku/qitaruku',
                //         id: 26,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他出库',
                //         url: '/pages/qitachuku/qitachuku',
                //         id: 27,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '来料条码打印',
                //         url: '/pages/tiaomadaying/tiaomadaying',
                //         id: 28,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '上模单',
                //         url: '/pages/MJGL/shangmudan/MouldUpperBillList',
                //         id: 29,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '采购订单',
                //         url: '/pages/caigoudingdan/caigoudingdan',
                //         id: 30,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他出库校验',
                //         url: '/pages/qitachukujiaoyan/qitachukujiaoyan',
                //         id: 31,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '生产补料校验',
                //         url: '/pages/shengchanbuliaojiaoyan/CacheList',
                //         id: 32,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '销售出库校验',
                //         url: '/pages/xiaoshouchukujiaoyan/SellOutCheckBillList',
                //         id: 33,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '委外领料校验',
                //         url: '/pages/weiwailingliaojiaoyan/EntrustOutCheckBillList',
                //         id: 34,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '采购入库校验',
                //         url: '/pages/caigourukujiaoyan/POStockInCheckBillList',
                //         id: 35,
                //     },
                    // {
                    //     img: '../../static/icon/icon8.png',
                    //     text: '扫码出库',
                    //     url: '/pages/saomachuku/table',
                    //     id: 1,
                    //     hidden: false,
                    // },
                    // {
                    //     img: '../../static/icon/icon8.png',
                    //     text: '采购订单标签',
                    //     url: '/pages/caigoudingdan/caigoudingdan',
                    //     id: 1,
                    //     hidden: true,
                    // },
                    // {
                    //     img: '../../static/icon/icon4.png',
                    //     text: '采购订单子标签',
                    //     url: '/pages/tiaomadaying/tiaomadaying',
                    //     id: 2,
                    //     hidden: true,
                    // },
                    {
                        img: '../../static/icon/icon11.png',
                        text: '收料通知单标签',
                        url: '/pages/shouliaotongzhi/table',
                        id: 3,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '采购入库新增',
                        url: '/pages/caigouruku/form?OperationType=1',
                        id: 4,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon20.png',
                        text: '采购退料新增',
                        url: '/pages/caigoutuiliao/form?OperationType=1',
                        id: 5,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '直接调拨新增',
                        url: '/pages/zhijiediaobo/form?OperationType=1',
                        id: 6,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '生产领料新增',
                        url: '/pages/shengchanlingliaoshengdan/form?OperationType=1',
                        id: 7,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料新增',
                        url: '/pages/shengchanbuliao/form?OperationType=1',
                        id: 8,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '生产退料新增',
                        url: `/pages/shengchantuiliao/form`,
                        id: 27,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '生产入库新增',
                        url: '/pages/shengchanrukushengdan/form?OperationType=1',
                        id: 9,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '委外领料新增',
                        url: '/pages/weiwailingliao/form?OperationType=1',
                        id: 10,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '其他入库新增',
                        url: '/pages/qitaruku_v2/form?OperationType=1',
                        id: 11,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库新增',
                        url: '/pages/qitachuku_v2/form?OperationType=1',
                        id: 12,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库新增',
                        url: '/pages/xiaoshouchuku/form?OperationType=1',
                        id: 13,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '销售退货新增',
                        url: '/pages/xiaoshoutuihuo/form?OperationType=1',
                        id: 14,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '委外入库新增',
                        url: '/pages/weiwairuku/form?OperationType=1',
                        id: 15,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '生产领料检验',
                        url: '/pages/shengchanlingliao/form?OperationType=1',
                        id: 16,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料校验',
                        url: '/pages/shengchanbuliaojiaoyan/form?OperationType=1',
                        id: 17,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '生产调拨校验',
                        url: '/pages/shengchandiaobo/form?OperationType=1',
                        id: 18,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库校验',
                        url: '/pages/qitachukujiaoyan/detail?OperationType=1',
                        id: 19,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '生产入库校验',
                        url: '/pages/shengchanruku/form?OperationType=1',
                        id: 20,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库校验',
                        url: '/pages/xiaoshouchukujiaoyan/form?OperationType=1',
                        id: 21,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '委外领料校验',
                        url: '/pages/weiwailingliaojiaoyan/form?OperationType=1',
                        id: 22,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '采购入库校验',
                        url: '/pages/caigourukujiaoyan/form?OperationType=1',
                        id: 23,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '其他入库校验',
                        url: '/pages/qitarukujiaoyan/table',
                        id: 27,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '检验报告',
                        url: `/pages/InnerHtmlPage/index?src=http://172.16.72.15:8999/index.aspx?name=${getUserInfo()['HICNumber']}&pageTitle=检验报告&pageMode=horizontal`,
                        id: 24,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '组托扫码',
                        url: `/pages/zutuosaoma/form`,
                        id: 25,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '拆托扫码',
                        url: `/pages/chaituosaoma/form`,
                        id: 26,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调入单',
                        url: '/pages/fenbushidiaorudan/form_test',
                        id: 27,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调入单缓存',
                        url: '/pages/fenbushidiaorudan/table',
                        id: 28,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '分布式调出单',
                        url: '/pages/fenbushidiaochudan/form_out',
                        id: 29,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '拆箱',
                        url: '/pages/chaixiang/form',
                        id: 30,
                        hidden: false,
                    },{
                        img: '../../static/icon/icon16.png',
                        text: '装箱',
                        url: '/pages/zhuangxiang/form_mix',
                        id: 31,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '组托-小卫',
                        url: '/pages/zutuo_xiaowei/form_xiaowei',
                        id: 32,
                        hidden: false,
                    },{
                        img: '../../static/icon/icon8.png',
                        text: '装箱单',
                        url: '/pages/zhuangxiangdan/form',
                        id: 33,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '拆托扫码(小卫)',
                        url: `/pages/chaituosaoma-xiaowei/UnpackPallet`,
                        id: 34,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '三码合一',
                        url: `/pages/sanmaheyi/BarCodeCheck`,
                        id: 35,
                        hidden: false,
                    },
                ],
                // itemData: [{
                //         img: '../../static/icon/icon1.png',
                //         text: '设备档案',
                //         url: '/pages/shebeidangan/table',
                //         id: 1
                //     }, {
                //         img: '../../static/icon/icon8.png',
                //         text: '设备履历',
                //         url: '/pages/shebeilvli/table',
                //         id: 0,
                //     }, {
                //         img: '../../static/icon/icon2.png',
                //         text: '设备保养计划单',
                //         url: '/pages/baoyangjihua/table',
                //         id: 2
                //     }, {
                //         img: '../../static/icon/icon3.png',
                //         text: '设备保养记录单',
                //         url: '/pages/baoyangjilu/table',
                //         id: 3
                //     }, {
                //         img: '../../static/icon/icon4.png',
                //         text: '设备点检计划单',
                //         url: '',
                //         id: 4
                //     }, {
                //         img: '../../static/icon/icon5.png',
                //         text: '设备点检记录单',
                //         url: '',
                //         id: 5,
                //     }, {
                //         img: '../../static/icon/icon6.png',
                //         text: '设备故障登记表',
                //         url: '/pages/guzhangdengji/table',
                //         id: 6
                //     }, {
                //         img: '../../static/icon/icon7.png',
                //         text: '设备维修记录单',
                //         url: '/pages/shebeiweixiu/table',
                //         id: 7,
                //         // },{
                //         //  img:'../../static/icon/icon8.png',
                //         //  text:'设备履历',
                //         //  url:'/pages/shebeilvli/table',
                //         //  id:8,
                //     }, {
                //         img: '../../static/icon/icon9.png',
                //         text: '工序进站接收单',
                //         url: '/pages/gongxuIn/table',
                //         id: 9,
                //     }, {
                //         img: '../../static/icon/icon10.png',
                //         text: '工序出站汇报单',
                //         url: '/pages/gongxuOut/table',
                //         id: 10,
                //     }, {
                //         img: '../../static/icon/icon11.png',
                //         text: '工序委外发出单',
                //         url: '/pages/weiwaigxIn/table',
                //         id: 11,
                //     }, {
                //         img: '../../static/icon/icon12.png',
                //         text: '工序委外接收单',
                //         url: '/pages/weiwaigxOut/table',
                //         id: 12,
                //         // }, {
                //         //     img: '../../static/icon/icon13.png',
                //         //     text: '设备管理',
                //         //     url: '/pages/shebeiguanli/table',
                //         //     id: 13,
                //     }, {
                //         img: '../../static/icon/icon14.png',
                //         text: '报工平台',
                //         url: '/pages/baogong/table',
                //         id: 14,
                //     }, {
                //         img: '../../static/icon/icon15.png',
                //         text: '异常反馈单',
                //         url: '/pages/yichang/table',
                //         id: 15,
                //     }, {
                //         img: '../../static/icon/icon16.png',
                //         text: '异常反馈处理单',
                //         url: '/pages/yichang/list',
                //         id: 16,
                //     }, {
                //         img: '../../static/icon/icon17.png',
                //         text: '采购入库',
                //         url: '/pages/caigouruku/table',
                //         id: 17,
                //     }, {
                //         img: '../../static/icon/icon18.png',
                //         text: '采购退料',
                //         url: '/pages/caigoutuiliao/table',
                //         id: 18,
                //     }, {
                //         img: '../../static/icon/icon19.png',
                //         text: '销售出库',
                //         url: '/pages/xiaoshouchuku/table',
                //         id: 19,
                //     }, {
                //         img: '../../static/icon/icon20.png',
                //         text: '销售退货',
                //         url: '/pages/xiaoshoutuihuo/table',
                //         id: 20,
                //     }, {
                //         img: '../../static/icon/icon21.png',
                //         text: '收料通知单',
                //         url: '/pages/shouliaotongzhi/table',
                //         id: 21,
                //     },{
                //         img: '../../static/icon/icon30.png',
                //         text: '生产领料校验',
                //         url: '/pages/shengchanlingliao/table',
                //         id: 30,
                //     },{
                //         img: '../../static/icon/icon31.png',
                //         text: '生产入库校验',
                //         url: '/pages/shengchanruku/table',
                //         id: 31,
                //     },{
                //         img: '../../static/icon/icon32.png',
                //         text: '生产调拨校验',
                //         url: '/pages/shengchandiaobo/table',
                //         id: 32,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '标签打印',
                //         url: '/pages/labelPrinter/index',
                //         id: 22,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '设备运行状态',
                //         url: '/pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai',
                //         id: 23,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '模具运行状态',
                //         url: '/pages/mujvzhuangtai/mujvzhuangtai',
                //         id: 24,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '条码拆码',
                //         url: '/pages/tiaomachaima/tiaomachaima',
                //         id: 25,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他入库',
                //         url: '/pages/qitaruku/qitaruku',
                //         id: 26,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他出库',
                //         url: '/pages/qitachuku/qitachuku',
                //         id: 27,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '来料条码打印',
                //         url: '/pages/tiaomadaying/tiaomadaying',
                //         id: 28,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '上模单',
                //         url: '/pages/MJGL/shangmudan/table',
                //         id: 29,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '采购订单',
                //         url: '/pages/caigoudingdan/caigoudingdan',
                //         id: 30,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '其他出库校验',
                //         url: '/pages/qitachukujiaoyan/qitachukujiaoyan',
                //         id: 31,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '生产补料校验',
                //         url: '/pages/shengchanbuliaojiaoyan/CacheList',
                //         id: 32,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '销售出库校验',
                //         url: '/pages/xiaoshouchukujiaoyan/table',
                //         id: 33,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '委外领料校验',
                //         url: '/pages/weiwailingliaojiaoyan/table',
                //         id: 34,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '采购入库校验',
                //         url: '/pages/caigourukujiaoyan/table',
                //         id: 35,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
pages/index/tab2.vue
@@ -349,7 +349,7 @@
                    },
                    {
                        "img": "../../static/icon/icon13.png",
                        "text": "首件检验单缓存",
                        "text": "首件检验单列表",
                        "url": "/pages/ZLGL/shoujianjianyan/firstCheckBillList",
                        "id": 41,
                        "hidden": false
@@ -362,75 +362,76 @@
                        "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/xunjianjianyan/PatrolProcCheckBill?operationType=1",
                        "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": "末件检验单",
                        "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=1",
                        "id": 46,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon5.png",
                        "text": "模具点检记录单列表",
                        "url": "/pages/MJGL/mujudianjianjiludan/MouldDotCheckPlanBillList",
                        "id": 43,
                        "id": 47,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon5.png",
                        "text": "模具保养记录单列表",
                        "url": "/pages/MJGL/mujubaoyangjiludan/mouldMaintainRecordBillList",
                        "id": 44,
                        "id": 48,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具领料出库单列表",
                        "url": "/pages/MJGL/mujulingliaochukudan/MouldProdOutBillList",
                        "id": 45,
                        "id": 49,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具领料退库单列表",
                        "url": "/pages/MJGL/mujulingliaotuikudan/table",
                        "id": 46,
                        "id": 50,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具调拨单列表",
                        "url": "/pages/MJGL/qijudiaobodan/table",
                        "id": 47,
                        "id": 51,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "装箱单暂存列表",
                        "url": "/pages/zhuangxiangdan/table",
                        "id": 48,
                        "id": 52,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "巡检单暂存列表",
                        "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBillList",
                        "id": 49,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "巡检单",
                        "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill?operationType=1",
                        "id": 50,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "末件检验单列表",
                        "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBillList",
                        "id": 51,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "末件检验单",
                        "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=1",
                        "id": 52,
                        "hidden": false
                    }
                    }
                ]
            }
        },