首件检验单 添加 检验项目检验值(分析方法为定量分析时有效,绑定字段为HInspectValQ) 抽检绑定字段为HInspectVal
7个文件已修改
661 ■■■■ 已修改文件
manifest.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/lastPieceCheckBill.vue 158 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/lastPieceCheckBillList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shoujianjianyan/firstCheckBill.vue 164 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue 133 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 102 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/tab2.vue 99 ●●●● 补丁 | 查看 | 原始文档 | 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
@@ -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">
@@ -78,12 +52,7 @@
                        <view class="icon-wrapper-big"><uni-icons type="search" size="20"
                                @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">
@@ -92,12 +61,7 @@
                        <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>
                        <view class="right disabled">
@@ -129,12 +93,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 +118,67 @@
                        <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">
                            <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">
@@ -784,7 +789,7 @@
                // 生产订单
                try {
                    let res = await CommonUtils.doRequest2Async({
                        url: "/QC_FirstPieceCheckBill/get_ICMOBill_ByBillNo",
                        url: "/QC_ProcessCheckBill/get_ICMOBill_ByBillNo",
                        data: {
                            HBillNo: HBarCode,
                            user: getUserInfo()["Czymc"],
@@ -851,7 +856,7 @@
                    if (count != 1) {
                        CommonUtils.showTips({
                            title: "温馨提示",
                            message: `获取生产订单 错误: ${Message}`,
                            message: `获取出站汇报单 错误: ${Message}`,
                        });
                        return;
                    }
@@ -878,7 +883,7 @@
                } catch (err) {
                    CommonUtils.showTips({
                        title: "温馨提示",
                        message: `获取生产订单 错误: ${err}`,
                        message: `获取出站汇报单 错误: ${err}`,
                    });
                }
            },
@@ -934,7 +939,7 @@
                // 进站接收单
                try {
                    let res = await CommonUtils.doRequest2Async({
                        url: "/QC_FirstPieceCheckBill/get_StationInBill_ByHBillNo",
                        url: "/QC_ProcessCheckBill/get_StationInBill_ByHBillNo",
                        data: {
                            HBillNo: HBarCode,
                            user: getUserInfo()["Czymc"],
@@ -992,9 +997,7 @@
                    let res = await CommonUtils.doRequest2Async({
                        url: "/Gy_Employee/list",
                        data: {
                            sWhere: `  and 组织名称 = '${uni.getStorageSync(
              "Organization"
            )}' and 禁用标记 = ''and 审核人 !='' order by 部门代码`,
                            sWhere: ` and 组织名称 = '${uni.getStorageSync("Organization")}' and 禁用标记 = ''and 审核人 !='' order by 部门代码`,
                            user: getUserInfo()["Czymc"],
                            Organization: uni.getStorageSync("Organization"),
                        },
@@ -1041,9 +1044,7 @@
                    let res = await CommonUtils.doRequest2Async({
                        url: "/Gy_ShiftsController/Get_Gy_WorkShiftList",
                        data: {
                            sWhere: ` and 禁用标记 = '' and ISNULL(审核人,'')  != '' and 使用组织名称 = '${uni.getStorageSync(
              "Organization"
            )}'`,
                            sWhere: ` and 禁用标记 = '' and ISNULL(审核人,'')  != '' and 使用组织名称 = '${uni.getStorageSync("Organization")}'`,
                            HMaker: getUserInfo()["Czymc"],
                        },
                    });
@@ -1090,7 +1091,7 @@
                    let res = await CommonUtils.doRequest2Async({
                        url: "/Gy_Source/list",
                        data: {
                            sWhere: `and 禁用标记 != 'Y' and ISNULL(审核人,'')  != '' and HUSEORGID = '100038'`,
                            sWhere: `and 禁用标记 != 'Y' and ISNULL(审核人,'')  != '' and 组织 = '${uni.getStorageSync("Organization")}'`,
                            user: getUserInfo()["Czymc"],
                        },
                    });
@@ -1450,7 +1451,7 @@
                try {
                    let res = await CommonUtils.doRequest2Async({
                        url: "//QC_TakeSampleCheckBill/QC_TakeSampleCheckBillMainList",
                        url: "/QC_TakeSampleCheckBill/QC_TakeSampleCheckBillMainList",
                        data: {
                            sWhere: sWhere,
                            user: getUserInfo()["Czymc"],
@@ -1639,7 +1640,7 @@
                    let res = await CommonUtils.doRequest2Sync({
                        url: "/Web/GetMAXNum",
                        data: {
                            HBillType: "7505",
                            HBillType: "7507",
                        },
                    });
@@ -1681,12 +1682,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({
@@ -1753,7 +1754,8 @@
                try {
                    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;
@@ -1781,7 +1783,7 @@
                    console.log("this.checkItems: ", this.checkItems);
                    let res = await CommonUtils.doRequest2Sync({
                        url: "/QC_FirstPieceCheckBill/set_SaveBill",
                        url: "/QC_ProcessCheckBill/set_SaveBill",
                        data: {
                            sMainSub: sMainSub,
                        },
@@ -1805,7 +1807,7 @@
                                if (res.confirm) {
                                    console.log("用户点击确定");
                                    uni.redirectTo({
                                        url: "/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=1",
                                        url: "/pages/ZLGL/mojianjianyan/form?operationType=1",
                                    });
                                } else if (res.cancel) {
                                    console.log("用户点击取消");
@@ -1830,7 +1832,7 @@
            },
            addNew() {
                uni.redirectTo({
                    url: "/pages/ZLGL/mojianjianyan/lastPieceCheckBill?operationType=1",
                    url: "/pages/ZLGL/mojianjianyan/lastPieceCheckBillList?operationType=1",
                });
            },
            goBack() {
@@ -1839,7 +1841,7 @@
            async RoadBillMain() {
                try {
                    let res = await CommonUtils.doRequest2Async({
                        url: "/QC_FirstPieceCheckBill/QC_FirstPieceCheckBill_Edit",
                        url: "/QC_ProcessCheckBill/QC_ProcessCheckBill_Edit",
                        data: {
                            sWhere: ` and hmainid=${this.hform.HInterID}`,
                            user: getUserInfo()["Czymc"],
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">
@@ -27,16 +28,6 @@
                        </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="请输入或扫描源单号"
@@ -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="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">
@@ -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">
@@ -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({
@@ -1703,7 +1713,8 @@
                try {
                    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;
pages/index/index.vue
@@ -94,19 +94,19 @@
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '采购入库新增',
                        url: '/pages/caigouruku/POStockInBill?OperationType=1',
                        url: '/pages/caigouruku/form?OperationType=1',
                        id: 4,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon20.png',
                        text: '采购退料新增',
                        url: '/pages/caigoutuiliao/POStockInBackBill?OperationType=1',
                        url: '/pages/caigoutuiliao/form?OperationType=1',
                        id: 5,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '直接调拨新增',
                        url: '/pages/zhijiediaobo/MoveStockBill?OperationType=1',
                        url: '/pages/zhijiediaobo/form?OperationType=1',
                        id: 6,
                        hidden: false,
                    }, {
@@ -118,13 +118,13 @@
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料新增',
                        url: '/pages/shengchanbuliao/MateReplenishOutBill?OperationType=1',
                        url: '/pages/shengchanbuliao/form?OperationType=1',
                        id: 8,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '生产退料新增',
                        url: `/pages/shengchantuiliao/MateOutBackBill`,
                        url: `/pages/shengchantuiliao/form`,
                        id: 27,
                        hidden: false,
                    }, {
@@ -142,80 +142,80 @@
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '其他入库新增',
                        url: '/pages/qitaruku_v2/OtherInBill?OperationType=1',
                        url: '/pages/qitaruku_v2/form?OperationType=1',
                        id: 11,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库新增',
                        url: '/pages/qitachuku_v2/OtherOutBill?OperationType=1',
                        url: '/pages/qitachuku_v2/form?OperationType=1',
                        id: 12,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库新增',
                        url: '/pages/xiaoshouchuku/SellOutBill?OperationType=1',
                        url: '/pages/xiaoshouchuku/form?OperationType=1',
                        id: 13,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '销售退货新增',
                        url: '/pages/xiaoshoutuihuo/ICStockBillMain?OperationType=1',
                        url: '/pages/xiaoshoutuihuo/form?OperationType=1',
                        id: 14,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon19.png',
                        text: '委外入库新增',
                        url: '/pages/weiwairuku/EntrustInBill?OperationType=1',
                        url: '/pages/weiwairuku/form?OperationType=1',
                        id: 15,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '生产领料检验',
                        url: '/pages/shengchanlingliao/PPickingCheckBill?OperationType=1',
                        url: '/pages/shengchanlingliao/form?OperationType=1',
                        id: 16,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon31.png',
                        text: '生产补料校验',
                        url: '/pages/shengchanbuliaojiaoyan/MateReplenishOutCheckBill?OperationType=1',
                        url: '/pages/shengchanbuliaojiaoyan/form?OperationType=1',
                        id: 17,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon32.png',
                        text: '生产调拨校验',
                        url: '/pages/shengchandiaobo/MoveStockBill?OperationType=1',
                        url: '/pages/shengchandiaobo/form?OperationType=1',
                        id: 18,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '其他出库校验',
                        url: '/pages/qitachukujiaoyan/qitachukudanjiaoyan?OperationType=1',
                        url: '/pages/qitachukujiaoyan/detail?OperationType=1',
                        id: 19,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon17.png',
                        text: '生产入库校验',
                        url: '/pages/shengchanruku/ProductCheckInBill?OperationType=1',
                        url: '/pages/shengchanruku/form?OperationType=1',
                        id: 20,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon18.png',
                        text: '销售出库校验',
                        url: '/pages/xiaoshouchukujiaoyan/SellOutCheckBill?OperationType=1',
                        url: '/pages/xiaoshouchukujiaoyan/form?OperationType=1',
                        id: 21,
                        hidden: false,
                    }, {
                        img: '../../static/icon/icon30.png',
                        text: '委外领料校验',
                        url: '/pages/weiwailingliaojiaoyan/EntrustOutCheckBill?OperationType=1',
                        url: '/pages/weiwailingliaojiaoyan/form?OperationType=1',
                        id: 22,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon16.png',
                        text: '采购入库校验',
                        url: '/pages/caigourukujiaoyan/POStockInCheckBill?OperationType=1',
                        url: '/pages/caigourukujiaoyan/form?OperationType=1',
                        id: 23,
                        hidden: false,
                    },
@@ -235,14 +235,14 @@
                    }, {
                        img: '../../static/icon/icon8.png',
                        text: '组托扫码',
                        url: `/pages/zutuosaoma/PackUnionBill`,
                        url: `/pages/zutuosaoma/form`,
                        id: 25,
                        hidden: false,
                    },
                    {
                        img: '../../static/icon/icon8.png',
                        text: '拆托扫码',
                        url: `/pages/chaituosaoma/UnPackUnionBill`,
                        url: `/pages/chaituosaoma/form`,
                        id: 26,
                        hidden: false,
                    },
@@ -287,23 +287,13 @@
                        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/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`,
@@ -321,22 +311,22 @@
                // itemData: [{
                //         img: '../../static/icon/icon1.png',
                //         text: '设备档案',
                //         url: '/pages/shebeidangan/Gy_EquipFileMainBillList',
                //         url: '/pages/shebeidangan/table',
                //         id: 1
                //     }, {
                //         img: '../../static/icon/icon8.png',
                //         text: '设备履历',
                //         url: '/pages/shebeilvli/EquipFileBillResume',
                //         url: '/pages/shebeilvli/table',
                //         id: 0,
                //     }, {
                //         img: '../../static/icon/icon2.png',
                //         text: '设备保养计划单',
                //         url: '/pages/baoyangjihua/Sb_EquipMaintainPlanList',
                //         url: '/pages/baoyangjihua/table',
                //         id: 2
                //     }, {
                //         img: '../../static/icon/icon3.png',
                //         text: '设备保养记录单',
                //         url: '/pages/baoyangjilu/Sb_EquipMaintainRuleList',
                //         url: '/pages/baoyangjilu/table',
                //         id: 3
                //     }, {
                //         img: '../../static/icon/icon4.png',
@@ -351,37 +341,37 @@
                //     }, {
                //         img: '../../static/icon/icon6.png',
                //         text: '设备故障登记表',
                //         url: '/pages/guzhangdengji/EqpConkBookBillList',
                //         url: '/pages/guzhangdengji/table',
                //         id: 6
                //     }, {
                //         img: '../../static/icon/icon7.png',
                //         text: '设备维修记录单',
                //         url: '/pages/shebeiweixiu/SbEqpMaintenanceBillList',
                //         url: '/pages/shebeiweixiu/table',
                //         id: 7,
                //         // },{
                //         //  img:'../../static/icon/icon8.png',
                //         //  text:'设备履历',
                //         //  url:'/pages/shebeilvli/EquipFileBillResume',
                //         //  url:'/pages/shebeilvli/table',
                //         //  id:8,
                //     }, {
                //         img: '../../static/icon/icon9.png',
                //         text: '工序进站接收单',
                //         url: '/pages/gongxuIn/Cj_StationInBillList',
                //         url: '/pages/gongxuIn/table',
                //         id: 9,
                //     }, {
                //         img: '../../static/icon/icon10.png',
                //         text: '工序出站汇报单',
                //         url: '/pages/gongxuOut/Cj_StationOutBillList',
                //         url: '/pages/gongxuOut/table',
                //         id: 10,
                //     }, {
                //         img: '../../static/icon/icon11.png',
                //         text: '工序委外发出单',
                //         url: '/pages/weiwaigxIn/Cj_StationEntrustInBillList',
                //         url: '/pages/weiwaigxIn/table',
                //         id: 11,
                //     }, {
                //         img: '../../static/icon/icon12.png',
                //         text: '工序委外接收单',
                //         url: '/pages/weiwaigxIn/Cj_StationEntrustOutBillList',
                //         url: '/pages/weiwaigxOut/table',
                //         id: 12,
                //         // }, {
                //         //     img: '../../static/icon/icon13.png',
@@ -396,7 +386,7 @@
                //     }, {
                //         img: '../../static/icon/icon15.png',
                //         text: '异常反馈单',
                //         url: '/pages/yichang/MESExecptFeedBackBillList',
                //         url: '/pages/yichang/table',
                //         id: 15,
                //     }, {
                //         img: '../../static/icon/icon16.png',
@@ -406,22 +396,22 @@
                //     }, {
                //         img: '../../static/icon/icon17.png',
                //         text: '采购入库',
                //         url: '/pages/caigouruku/POStockInBillList',
                //         url: '/pages/caigouruku/table',
                //         id: 17,
                //     }, {
                //         img: '../../static/icon/icon18.png',
                //         text: '采购退料',
                //         url: '/pages/caigoutuiliao/POStockInBackBillList',
                //         url: '/pages/caigoutuiliao/table',
                //         id: 18,
                //     }, {
                //         img: '../../static/icon/icon19.png',
                //         text: '销售出库',
                //         url: '/pages/xiaoshouchuku/SellOutBillList',
                //         url: '/pages/xiaoshouchuku/table',
                //         id: 19,
                //     }, {
                //         img: '../../static/icon/icon20.png',
                //         text: '销售退货',
                //         url: '/pages/xiaoshoutuihuo/ICStockBillMainList',
                //         url: '/pages/xiaoshoutuihuo/table',
                //         id: 20,
                //     }, {
                //         img: '../../static/icon/icon21.png',
@@ -431,17 +421,17 @@
                //     },{
                //         img: '../../static/icon/icon30.png',
                //         text: '生产领料校验',
                //         url: '/pages/xiaoshoutuihuo/PPickingBillList',
                //         url: '/pages/shengchanlingliao/table',
                //         id: 30,
                //     },{
                //         img: '../../static/icon/icon31.png',
                //         text: '生产入库校验',
                //         url: '/pages/shengchanruku/ProductInCheckBillList',
                //         url: '/pages/shengchanruku/table',
                //         id: 31,
                //     },{
                //         img: '../../static/icon/icon32.png',
                //         text: '生产调拨校验',
                //         url: '/pages/shengchandiaobo/MoveStockBillList',
                //         url: '/pages/shengchandiaobo/table',
                //         id: 32,
                //     },
                //     {
@@ -489,7 +479,7 @@
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '上模单',
                //         url: '/pages/MJGL/shangmudan/MouldUpperBillList',
                //         url: '/pages/MJGL/shangmudan/table',
                //         id: 29,
                //     },
                //     {
@@ -513,19 +503,19 @@
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '销售出库校验',
                //         url: '/pages/xiaoshouchukujiaoyan/SellOutCheckBillList',
                //         url: '/pages/xiaoshouchukujiaoyan/table',
                //         id: 33,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '委外领料校验',
                //         url: '/pages/weiwailingliaojiaoyan/EntrustOutCheckBillList',
                //         url: '/pages/weiwailingliaojiaoyan/table',
                //         id: 34,
                //     },
                //     {
                //         img: '../../static/icon/icon16.png',
                //         text: '采购入库校验',
                //         url: '/pages/caigourukujiaoyan/POStockInCheckBillList',
                //         url: '/pages/caigourukujiaoyan/table',
                //         id: 35,
                //     },
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/icon5.png",
                        "text": "模具点检记录单列表",
                        "url": "/pages/MJGL/mujudianjianjiludan/MouldDotCheckPlanBillList",
                        "img": "../../static/icon/icon8.png",
                        "text": "巡检检验单列表",
                        "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBillList",
                        "id": 43,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon5.png",
                        "text": "模具保养记录单列表",
                        "url": "/pages/MJGL/mujubaoyangjiludan/mouldMaintainRecordBillList",
                        "id": 44,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具领料出库单列表",
                        "url": "/pages/MJGL/mujulingliaochukudan/MouldProdOutBillList",
                        "id": 45,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具领料退库单列表",
                        "url": "/pages/MJGL/mujulingliaotuikudan/table",
                        "id": 46,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具调拨单列表",
                        "url": "/pages/MJGL/qijudiaobodan/table",
                        "id": 47,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "装箱单暂存列表",
                        "url": "/pages/zhuangxiangdan/table",
                        "id": 48,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "巡检单暂存列表",
                        "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBillList",
                        "id": 49,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "巡检单",
                        "text": "巡检检验单",
                        "url": "/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill?operationType=1",
                        "id": 50,
                        "id": 44,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "末件检验单列表",
                        "url": "/pages/ZLGL/mojianjianyan/lastPieceCheckBillList",
                        "id": 51,
                        "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": 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/table",
                        "id": 50,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "模具调拨单列表",
                        "url": "/pages/MJGL/qijudiaobodan/table",
                        "id": 51,
                        "hidden": false
                    },
                    {
                        "img": "../../static/icon/icon8.png",
                        "text": "装箱单暂存列表",
                        "url": "/pages/zhuangxiangdan/table",
                        "id": 52,
                        "hidden": false
                    }
                ]
            }
        },