qushaowei
2024-03-28 e7eca504e167de53fd97e5c2cc1fc039a8e758cc
src/views/eam/modules/daily3MaintenanceOrder/Maintenance3ReceiptModal.vue
@@ -129,17 +129,7 @@
            </div>
          </template>
        </a-table>
        <div :style="{height: '140px',width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}">
          <!-- <a-row :gutter="24">
            <a-col :span="12">
              <a-form-item
                :labelCol="labelCol"
                :wrapperCol="wrapperCol"
                label="验收结果"
              >
              </a-form-item>
            </a-col>
          </a-row> -->
        <!-- <div :style="{height: '140px',width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}">
          <a-row :gutter="24">
            <a-col :span="24">
              <a-form-item
@@ -158,7 +148,7 @@
              </a-form-item>
            </a-col>
          </a-row>
        </div>
        </div> -->
      </a-form>
    </a-spin>
@@ -390,7 +380,6 @@
    },
    handleChange(value, key, column, index) {
      debugger
      let that = this;
      const temp = [...that.dataSource];
      const target = temp.filter(item => key === item.key)[index];
@@ -405,7 +394,6 @@
          target['standard'] = value.target.value;
        }
        if (column.dataIndex == 'firstInspect') {
          debugger
          target["firstInspect"] = value;
        }
        if (column.dataIndex == 'secondInspect') {