From fa6f6875fcc426bbfab20f6ecbccb9d56ebc3ca1 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 10 十二月 2025 17:31:57 +0800
Subject: [PATCH] 上模单优化,条码拆码2优化
---
pages/MJGL/shangmudan/MouldUpperBillList.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/MJGL/shangmudan/MouldUpperBillList.vue b/pages/MJGL/shangmudan/MouldUpperBillList.vue
index 2dd6266..ee00a1d 100644
--- a/pages/MJGL/shangmudan/MouldUpperBillList.vue
+++ b/pages/MJGL/shangmudan/MouldUpperBillList.vue
@@ -281,11 +281,11 @@
this.sWhere += " and 鍏抽棴浜�<>''";
}
}
- if (this.hform.BenginHCreateDate) {
- this.sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) >= '" + this.hform.BenginHCreateDate + "'";
+ if (this.hform.HBeginDate) {
+ this.sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) >= '" + this.hform.HBeginDate + "'";
}
- if (this.hform.EndHCreateDate) {
- this.sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) >= '" + this.hform.EndHCreateDate + "'";
+ if (this.hform.HEndDate) {
+ this.sWhere += " and CONVERT(varchar(100),鏃ユ湡, 23) >= '" + this.hform.HEndDate + "'";
}
if (this.hform.HBillNo) {
this.sWhere += " and 鍗曟嵁鍙� like '%" + this.hform.HBillNo + "%'";
--
Gitblit v1.9.1