loulijun2021
2024-03-20 2f86865700923e0907d821fe5598bc72f29b3a54
src/views/kanbanManager/ckgl.vue
@@ -200,7 +200,7 @@
                <el-table-column
                  prop="specification"
                  label="规格型号"
                  width="300"
                  width="150"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
@@ -237,6 +237,19 @@
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <el-table-column
                  prop=""
                  label="延期天数"
                  width="150"
                >
                  <template slot-scope="{row}">
                    <div v-if="parseFloat(row.warning)<0" style="color:red;">{{ row.warning }}</div>
                    <div v-else-if="parseFloat(row.warning)>=0">{{ row.warning }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
              </el-table>
            </div>
          </div>
@@ -284,7 +297,7 @@
                  label="库存量"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.FCUUQty">{{ row.FCUUQty }}</div>
                    <div v-if="row.FBUQty">{{ row.FBUQty }}</div>
                    <div v-else>0</div>
                  </template>
                </el-table-column>
@@ -541,7 +554,7 @@
    },
    headerCellStyleCenter() {
      return {
        backgroundColor: 'transparent ',
        backgroundColor: 'transparent',
        padding: '10px 0',
        textAlign: 'center',
        color: '#07acc2',
@@ -553,7 +566,7 @@
      return {
        padding: '7px 0',
        textAlign: 'center',
        backgroundColor: 'transparent ',
        backgroundColor: 'transparent',
        color: '#c7e7ff',
        border: 'none',
        fontSize: '18px'