From d21c6354f310b9ab1b3c28c3edc511f73969b164 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 20 九月 2024 14:12:50 +0800
Subject: [PATCH] 1.递交
---
src/views/kb/warehouse.vue | 74 +++++++++++++++++++-----------------
1 files changed, 39 insertions(+), 35 deletions(-)
diff --git a/src/views/kb/warehouse.vue b/src/views/kb/warehouse.vue
index c04940a..97d974e 100644
--- a/src/views/kb/warehouse.vue
+++ b/src/views/kb/warehouse.vue
@@ -113,7 +113,7 @@
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,28 +157,32 @@
</el-table-column>
<el-table-column
+ prop="customecode"
+ label="瀹㈡埛缂栫爜"
+ 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="materiel_name"
label="浜у搧鍚嶇О"
- width="258"
+ width="358"
>
<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
prop="quantity"
label="鏁伴噺"
- width="100"
+ width="130"
>
<template slot-scope="{row}">
<div class="ellipsis">{{ row.quantity }}</div>
@@ -187,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>
@@ -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>
@@ -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%;" />
--
Gitblit v1.9.3