From f70152f8e2e89537570cbb1ad92708426d70afd1 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Thu, 4 Dec 2025 09:51:09 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E9=94=80=E5=94=AE=E8=AE=A1=E6=8F=90?=
=?UTF-8?q?=E5=8D=A0=E6=AF=94=E4=B8=BA=E7=A9=BA=E4=B8=8D=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E7=99=BE=E5=88=86=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/emis/salesCommissionRatio/index.vue | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/emis/salesCommissionRatio/index.vue b/src/views/emis/salesCommissionRatio/index.vue
index 7cfb36d6..d3a5001a 100644
--- a/src/views/emis/salesCommissionRatio/index.vue
+++ b/src/views/emis/salesCommissionRatio/index.vue
@@ -53,7 +53,7 @@
- {{scope.row.salesExecutiveRatio}}%
+ {{scope.row.salesExecutiveRatio?scope.row.salesExecutiveRatio+ '%':''}}
@@ -61,14 +61,14 @@
- {{scope.row.salesmenRatio}}%
+ {{scope.row.salesmenRatio?scope.row.salesmenRatio+ '%':''}}
- {{scope.row.salesSupportRatio}}%
+ {{scope.row.salesSupportRatio?scope.row.salesSupportRatio+ '%':''}}
@@ -134,6 +134,8 @@ export default {
selectionList: null,
// 查询参数
queryParams: {
+ pageNum: 1,
+ pageSize: 20,
salesExecutive: null,
salesSupport: null,
salesmen: null,
From 744be114d82714f90960f1fe75a1589fc10abfb0 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Thu, 4 Dec 2025 11:16:40 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=BC=8F=E7=BB=84=E8=AE=A2=E5=8D=95?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/emis/emisTmsSiteBatchMiss/index.vue | 37 +++++++++++++++++--
.../emis/emisTmsSiteBatchMiss/indexV2.vue | 34 ++++++++++++++++-
2 files changed, 65 insertions(+), 6 deletions(-)
diff --git a/src/views/emis/emisTmsSiteBatchMiss/index.vue b/src/views/emis/emisTmsSiteBatchMiss/index.vue
index 28431f23..475c768d 100644
--- a/src/views/emis/emisTmsSiteBatchMiss/index.vue
+++ b/src/views/emis/emisTmsSiteBatchMiss/index.vue
@@ -88,7 +88,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
无需组批次
+
+
+ 已签收
+ 未签收
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
无需组批次
+
+
+ 已签收
+ 未签收
+
+
+
+
+
@@ -260,10 +283,12 @@ import EmpNamePicker5 from '@/views/emis/EmisBaseTools/EmpNamePicker.vue';
import {timeFormat} from '@/utils/dateUtils'
import confirmForm from "@/views/emis/emisTmsSiteBatchMiss/confirmForm.vue";
+import ProblemTypeMultiplePicker from '@/views/emis/EmisBaseTools/ProblemTypeMultiplePicker.vue';
export default {
name: "EmisTmsSiteBatchMissV2",
components: {
+ ProblemTypeMultiplePicker,
elDateAdvPicker,
emisTransPlanRuleForm,
EmisSupplierPicker,
@@ -327,7 +352,12 @@ export default {
remark: null,
delFlag: null,
missCount:null,
- sendSiteCode:null
+ sendSiteCode:null,
+ blSign:null,
+ params: {
+ problemQueryType: null,
+ problemQueryIds: null
+ }
},
billCodeList:[] // 选中的单号
};