qushaowei
2024-07-12 336dcb70c156c947530eab0f0a96ee17de477929
src/views/eam/modules/repairorder/moudles/RepairOrderActualHoursReport.vue
@@ -35,15 +35,25 @@
          <!--          <a-switch @change='(e)=>onChange(e, record.key, col, index)' :value='text' :disabled="repairOrderStatus=='4'"-->
          <!--                    v-if="col.dataIndex == 'principalContractor'" />-->
          <a-select default-value='0' :value='text' :disabled="repairOrderStatus=='4'"
          <a-select
            default-value='0'
            :value='text'
            :disabled="repairOrderStatus=='4'"
                    v-if="col.dataIndex == 'principalContractor'"
                    style="width: 100%;"
                    @change='(e)=>handleChange(e, record.key, col, index)'>
            @change='(e)=>handleChange(e, record.key, col, index)'
          >
            <a-select-opt-group>
              <a-select-option value='1' style="width: 100%;">
              <a-select-option
                value='1'
                style="width: 100%;"
              >
                是
              </a-select-option>
              <a-select-option value='0' style="width: 100%;">
              <a-select-option
                value='0'
                style="width: 100%;"
              >
                否
              </a-select-option>
            </a-select-opt-group>
@@ -61,14 +71,16 @@
            :value='text'
            format='YYYY-MM-DD HH:mm'
            :show-time="{ defaultValue: moment('00:00', 'HH:mm') }"
            v-if="col.dataIndex == 'startTime'" @change='(e)=>handleChange(e, record.key, col, index)'
            v-if="col.dataIndex == 'startTime'"
            @change='(e)=>handleChange(e, record.key, col, index)'
          />
          <!--          :disabled="repairOrderStatus=='4'"-->
          <a-date-picker
            :value='text'
            format='YYYY-MM-DD HH:mm'
            :show-time="{ defaultValue: moment('00:00', 'HH:mm') }"
            v-if="col.dataIndex == 'endTime'" @change='(e)=>handleChange(e, record.key, col, index)'
            v-if="col.dataIndex == 'endTime'"
            @change='(e)=>handleChange(e, record.key, col, index)'
          />
          <!--          <a-input-number-->