loulijun2021
2023-02-06 b7920210ab33bc2521af5fa1d39043dd971711ed
src/views/scgl/zdpc.vue
@@ -157,12 +157,12 @@
          <el-table-column
            prop="AdvaSchePCStartDate"
            label="计划排程时间"
            width="160"
            width="200"
            sortable="custom"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }}</div>
              <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }} ~ {{ row.AdvaSchePCEndDate }} </div>
              <div v-else>/</div>
            </template>
          </el-table-column>
@@ -387,7 +387,7 @@
        page: 1
      },
      showDialog: false,
      time_data: [],
      time_data: [[handleDatetime(new Date()) + ' 00:00:00'], [handleDatetime(new Date()) + ' 00:00:00']],
      forms: {
        wocode: '', // 工单编号
        wkshpcode: '', // 车间编码
@@ -1753,7 +1753,7 @@
.box_style {
  position: relative;
  top: 40px;
  left: -75px;
  left: -91px;
}
.box_styles {