loulijun2021
2022-12-20 b58dc818feacbfc6bf01453b0db8ad3306c8d6dd
src/views/scgl/scdd.vue
@@ -165,6 +165,7 @@
            label="订单状态"
            sortable="custom"
            width="110"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.status==='NEW'">新订单</div>
@@ -176,6 +177,7 @@
          <el-table-column
            prop="wo"
            label="订单编号"
            show-tooltip-when-overflow
            sortable="custom"
            min-width="150"
          />
@@ -183,6 +185,7 @@
            prop="partcode"
            label="产品编码"
            sortable="custom"
            show-tooltip-when-overflow
            min-width="150"
          />
          <el-table-column
@@ -208,17 +211,20 @@
            prop="qty"
            label="订单数量"
            width="150"
            show-tooltip-when-overflow
            sortable="custom"
          />
          <el-table-column
            prop="relse_qty"
            label="已下单数量"
            show-tooltip-when-overflow
            width="150"
            sortable="custom"
          />
          <el-table-column
            prop="wkshp_name"
            label="生产车间"
            show-tooltip-when-overflow
            sortable="custom"
            width="150"
          >
@@ -229,6 +235,7 @@
          </el-table-column>
          <el-table-column
            prop="planstartdate"
            show-tooltip-when-overflow
            label="预计开工时间"
            sortable="custom"
            width="130"
@@ -241,6 +248,7 @@
          <el-table-column
            prop="planenddate"
            label="预计完工时间"
            show-tooltip-when-overflow
            sortable="custom"
            width="130"
          >
@@ -253,6 +261,7 @@
            prop="saleOrderDeliveryDate"
            label="预计交付日期"
            sortable="custom"
            show-tooltip-when-overflow
            width="130"
          >
            <template slot-scope="{row}">
@@ -261,6 +270,7 @@
            </template>
          </el-table-column>
          <el-table-column
            show-tooltip-when-overflow
            prop="createuser"
            label="创建人员"
            sortable="custom"
@@ -275,6 +285,7 @@
            prop="createdate"
            label="创建时间"
            width="130"
            show-tooltip-when-overflow
            sortable="custom"
          >
            <template slot-scope="{row}">