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: {
@@ -166,8 +168,12 @@
            decodeURIComponent(options.equipmentId) :
            '';
      },
      created() {},
      created() {
      },
      methods: {
         changehandlingInspectionFlag(e) {
            this.formData.InspectionFlagName = e;
         },