Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
pages/baoZhou/baoZhou.vue
@@ -2,7 +2,7 @@
   <view class="container">
      <cu-custom :bgColor="NavBarColor" :isBack="true" backRouterName="productionTask">
         <block slot="backText">返回</block>
         <block slot="content">周保</block>
         <block slot="content">待周保</block>
         <block slot="right">
            <view @click="search">
               <image class="search" src="/static/icon/sear.png" style="width: 25px; height: 25px;" alt="" />
@@ -96,7 +96,9 @@
         return {
            type: 'top',
            scrollLeft: 0,
            formData: {
               orderNum: '',
               InspectionFlagName: '',
               randomInspectionFlagList: [{
@@ -112,9 +114,9 @@
            NavBarColor: this.NavBarColor,
            activeColor: '#5277A6',
            url: {
               stallList: "/eam/weekMaintenanceOrder/list",
               collect: "eam/weekMaintenanceOrder/collect"
            },
            upOption: {
@@ -139,7 +141,8 @@
            announcement1: [],
            msg1Count: 0,
            msg2Count: 0,
            msg1Title: ""
            msg1Title: "",
            equipmentId:''
         }
      },
      computed: {
@@ -160,9 +163,17 @@
            this.mescroll.resetUpScroll()
         }
      },
      created() {},
      onLoad: function(options) {
         this.equipmentId = options.equipmentId ?
            decodeURIComponent(options.equipmentId) :
            '';
      },
      created() {
      },
      methods: {
         changehandlingInspectionFlag(e) {
            this.formData.InspectionFlagName = e;
         },
@@ -225,7 +236,8 @@
                  pageSize: page.size,
                  order: 'desc',
                  column: 'createTime',
                  maintenanceStatus: 'WAIT_MAINTENANCE'
                  maintenanceStatus: 'WAIT_MAINTENANCE',
                  equipmentId: this.equipmentId || ''
               },
            }).then(res => {