qushaowei
2023-08-29 dc958126a95a7ccd46d90a1ca42eeb03789f9c33
src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue
@@ -17,18 +17,21 @@
                @click="handleSW"
                :disabled=SWbuttonDistable
                type="primary"
                v-has="'dailyInspectionOrder:SW'"
              >开工</a-button>
              <a-button
                :style="{marginRight: '8px'}"
                @click="handleReport"
                :disabled="buttonDistable"
                type="primary"
                v-has="'dailyInspectionOrder:report'"
              >报工</a-button>
              <a-button
                :style="{marginRight: '8px'}"
                @click="handleReset"
                :disabled="revocationDistable"
                type="primary"
                v-has="'dailyInspectionOrder:reset'"
              >撤销</a-button>
            </a-row>
          </div>
@@ -262,11 +265,13 @@
          @click="handleTS"
          :disabled="buttonDistable"
          type="primary"
          v-has="'dailyInspectionOrder:TS'"
        >暂存</a-button>
        <a-button
          @click="handleOk"
          :disabled="buttonDistable"
          type="primary"
          v-has="'dailyInspectionOrder:save'"
        >保存</a-button>
      </a-row>
    </div>
@@ -393,14 +398,12 @@
          dataIndex: 'abnormalDesc',
          scopedSlots: { customRender: 'abnormalDesc' },
        },
        {
          title: '异常拍照',
          align: 'center',
          dataIndex: 'abnormalPhoto',
          scopedSlots: { customRender: 'abnormalPhoto' },
          // dataIndex: 'action',
          // scopedSlots: { customRender: 'action' },
        },
        // {
        //   title: '异常拍照',
        //   align: 'center',
        //   dataIndex: 'abnormalPhoto',
        //   scopedSlots: { customRender: 'abnormalPhoto' },
        // },
        {
          title: '*异常处置',
          align: 'center',