From 511d266f72731cb35183259b44e58f545baa8775 Mon Sep 17 00:00:00 2001
From: GaoHao <1210693421@qq.com>
Date: Thu, 17 Oct 2024 14:17:52 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?=
=?UTF-8?q?=E9=94=80=E5=94=AE=E9=87=91=E9=A2=9D=EF=BC=8C=E5=85=85=E5=80=BC?=
=?UTF-8?q?=E9=87=91=E9=A2=9D=E9=9A=90=E8=97=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/home.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 4785e04..43067e8 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -91,7 +91,7 @@
销售金额(元)
-
{{ formatDecimal(tradeSale.totalSaleAmount || 0) }}
+
充值金额(元)
-
{{ formatDecimal(tradeSale.totalVipAmount || 0) }}
+
Date: Fri, 18 Oct 2024 09:10:26 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9D=A2=E5=8C=85?=
=?UTF-8?q?=E5=B1=91=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Breadcrumb/index.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
index 4addd18..b96b87b 100644
--- a/src/components/Breadcrumb/index.vue
+++ b/src/components/Breadcrumb/index.vue
@@ -1,8 +1,10 @@
-
- {{ item.meta.title }}
+
+ {{
+ item.meta.title
+ }}
{{ item.meta.title }}
@@ -37,7 +39,7 @@ export default {
const first = matched[0]
if (!this.isDashboard(first)) {
- matched = [{ path: '/data_statistics', meta: { title: '首页' }}].concat(matched)
+ matched = [{ path: '/', meta: { title: '首页' } }].concat(matched)
}
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
@@ -73,6 +75,7 @@ export default {
font-size: 14px;
line-height: 50px;
margin-left: 8px;
+
.no-redirect {
color: #97a8be;
cursor: text;
From dfcc643e8f59ff10f93f6da0bff34286c6adbb46 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Fri, 18 Oct 2024 10:26:46 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8DUI=E6=8F=90=E5=87=BA?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/home.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 43067e8..fc04b53 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -1118,7 +1118,6 @@ export default {
width: 200px;
color: #333;
display: flex;
- justify-content: space-between;
&:not(:first-child) {
margin-top: 20px;
@@ -1251,6 +1250,7 @@ export default {
display: flex;
align-items: center;
color: #333;
+ font-size: 14px;
.icon {
font-size: 12px;
From 49b1eae1fad0144e5ca2de5c2266005356fcf2ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Fri, 18 Oct 2024 11:19:35 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=9B=98=E7=82=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/invoicing/components/addConsTakin.vue | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/views/invoicing/components/addConsTakin.vue b/src/views/invoicing/components/addConsTakin.vue
index 84ca1ca..a69180c 100644
--- a/src/views/invoicing/components/addConsTakin.vue
+++ b/src/views/invoicing/components/addConsTakin.vue
@@ -133,10 +133,13 @@ export default {
this.form.lpNum = this.profitNumber
this.form.balance = this.form.stockNumber
this.loading = true
+ this.form.conInfoId = this.form.id
+ delete this.form['id'];
+ console.log(this.form)
let res = await tbConCheck(this.form)
console.log(this.form);
this.$emit('success', res)
- // this.dialogVisible = false
+ this.dialogVisible = false
this.loading = false
this.$notify({
title: '注意',
@@ -153,7 +156,7 @@ export default {
},
async show(obj) {
let res = await hasPermission('允许耗材盘点');
- if ( !res) { return; }
+ if (!res) { return; }
this.form.remark = ''
this.form.stocktakinNum = 0
this.form.lpNum = 0
@@ -162,9 +165,9 @@ export default {
this.form = Object.assign(this.form, obj)
this.dialogVisible = true
this.form.conInfoId = obj.consId
- this.form.stockNumber = obj.balance * 1
+ this.form.stockNumber = obj.stockNumber
+ this.form.balance = obj.stockNumber
this.form.price == null ? 0 : this.form.price
-
this.searhForm.skuId = obj.productId
this.searhForm.productId = obj.consId
this.getTableData()