北鸣对接T+畅捷通,看板前端
loulijun2021
2024-03-26 eb2622b27b78f372d8e89ad7afde56c79532ac98
src/views/kb/warehouse.vue
@@ -47,7 +47,7 @@
                <el-table-column
                  prop="wo"
                  label="单据编号"
                  width="199"
                  width="209"
                >
                  <template slot-scope="{row}">
                    <div class="ellipsis">{{ row.wo }}</div>
@@ -62,21 +62,21 @@
                <!--                    <div class="ellipsis">{{ row.wkshp_name }}</div>-->
                <!--                  </template>-->
                <!--                </el-table-column>-->
                <el-table-column
                  prop="saleOrderCode"
                  label="销售订单号"
                  width="210"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <!--                <el-table-column-->
                <!--                  prop="saleOrderCode"-->
                <!--                  label="销售订单号"-->
                <!--                  width="210"-->
                <!--                >-->
                <!--                  <template slot-scope="{row}">-->
                <!--                    <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
                <!--                    <div v-else>/</div>-->
                <!--                  </template>-->
                <!--                </el-table-column>-->
                <el-table-column
                  prop="materiel_name"
                  label="产品名称"
                  width="270"
                  width="390"
                >
                  <template slot-scope="{row}">
                    <div class="ellipsis">{{ row.materiel_name }}</div>
@@ -85,7 +85,7 @@
                <el-table-column
                  prop="specification"
                  label="规格型号"
                  width="126"
                  width="146"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
@@ -95,7 +95,7 @@
                <el-table-column
                  prop="stck_name"
                  label="预入仓库"
                  width="125"
                  width="145"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.stck_name" class="ellipsis">{{ row.stck_name }}</div>
@@ -105,15 +105,15 @@
                <el-table-column
                  prop="quantity"
                  label="数量"
                  width="93"
                  width="113"
                />
                <el-table-column
                  prop="totalStockInQuantity"
                  label="已入库数量"
                  width="140"
                  width="160"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.totalStockInQuantity">{{ row.totalStockInQuantity }}</div>
                    <div v-if="row.countInQuantity">{{ row.countInQuantity }}</div>
                    <div v-else>0</div>
                  </template>
                </el-table-column>
@@ -157,22 +157,26 @@
                </el-table-column>
                <el-table-column
                  prop="customecode"
                  label="客户编码"
                  width="200"
                />
                <el-table-column
                  prop="customename"
                  label="客户名称"
                  width="330"
                >
                  <template slot-scope="{row}">
                    <div class="ellipsis">{{ row.customename }}</div>
                  </template>
                </el-table-column>
                <el-table-column
                  prop="materiel_name"
                  label="产品名称"
                  width="258"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.materiel_name" class="ellipsis">{{ row.materiel_name }}</div>
                  </template>
                </el-table-column>
                <el-table-column
                  prop="specification"
                  label="规格型号"
                  width="200"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <el-table-column
@@ -195,27 +199,27 @@
                  </template>
                </el-table-column>
                <el-table-column
                  prop="deliveryDate"
                  label="预计交付日期"
                  width="200"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.deliveryDate">{{ row.deliveryDate.substring(0,10) }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <!--                <el-table-column-->
                <!--                  prop="deliveryDate"-->
                <!--                  label="预计交付日期"-->
                <!--                  width="200"-->
                <!--                >-->
                <!--                  <template slot-scope="{row}">-->
                <!--                    <div v-if="row.deliveryDate">{{ row.deliveryDate.substring(0,10) }}</div>-->
                <!--                    <div v-else>/</div>-->
                <!--                  </template>-->
                <!--                </el-table-column>-->
                <el-table-column
                  prop="warning"
                  label="延期天数"
                  width="130"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.warning">{{ row.warning }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <!--                <el-table-column-->
                <!--                  prop="warning"-->
                <!--                  label="延期天数"-->
                <!--                  width="130"-->
                <!--                >-->
                <!--                  <template slot-scope="{row}">-->
                <!--                    <div v-if="row.warning">{{ row.warning }}</div>-->
                <!--                    <div v-else>/</div>-->
                <!--                  </template>-->
                <!--                </el-table-column>-->
              </el-table>
            </div>
          </div>
@@ -225,7 +229,7 @@
          <div style="height: 470px;">
            <div class="smallTitle">
              <svg-icon icon-class="ph" class="svg_class" />
              近一周采购待入库产品排行Top5
              近一周采购待入库物料排行Top5
            </div>
            <div class="lineContent horn" style="height: 410px">
              <div id="bar03" style="width: 100%;height:100%; " />
@@ -235,7 +239,7 @@
          <div style="height: 470px;margin-top: 30px;">
            <div class="smallTitle">
              <svg-icon icon-class="ph" class="svg_class" />
              近一周销售待发货产品排行Top5
              近一周销售已发货产品排行Top5
            </div>
            <div class="lineContent horn" style="height: 410px">
              <div id="bar04" style="width: 100%;height:100%;" />