北鸣对接T+畅捷通,看板前端
loulijun2021
2024-03-27 feef2a826432ee5d36aba9710e0ee3ae6aca85d8
1.递交
已修改1个文件
26 ■■■■ 文件已修改
src/views/kb/warehouse.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/warehouse.vue
@@ -159,21 +159,21 @@
                <el-table-column
                  prop="customecode"
                  label="客户编码"
                  width="200"
                  width="300"
                />
                <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="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"
                  width="358"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.materiel_name" class="ellipsis">{{ row.materiel_name }}</div>
@@ -182,7 +182,7 @@
                <el-table-column
                  prop="quantity"
                  label="数量"
                  width="100"
                  width="130"
                >
                  <template slot-scope="{row}">
                    <div class="ellipsis">{{ row.quantity }}</div>
@@ -191,7 +191,7 @@
                <el-table-column
                  prop="saleOutQuantity"
                  label="已发货数量"
                  width="120"
                  width="220"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOutQuantity" class="ellipsis">{{ row.saleOutQuantity }}</div>