From e6c2964bdf0669e0d4a77f0cb708e5db8461938a Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 20 三月 2025 13:50:21 +0800
Subject: [PATCH] 宝工排产:调整排产天数
---
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user | 2 +-
WebTM/views/生产管理/宝工排产/JIT_DayPlanPlatForm.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
index 38f9a5c..5e6b9ae 100644
--- a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -5360,7 +5360,7 @@
<publishTime>09/11/2024 21:05:00</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/瀹濆伐鎺掍骇/JIT_DayPlanPlatForm.html">
- <publishTime>03/20/2025 10:36:25</publishTime>
+ <publishTime>03/20/2025 12:30:15</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/瀹濆伐鎺掍骇/JIT_LockRequestBill.html">
<publishTime>02/20/2025 14:35:50</publishTime>
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\256\235\345\267\245\346\216\222\344\272\247/JIT_DayPlanPlatForm.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\256\235\345\267\245\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
index 202b312..c702df4 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\256\235\345\267\245\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\256\235\345\267\245\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
@@ -1057,8 +1057,8 @@
var lastDay = new Date(year, month, 0).getDate(); //褰撴湀鏈�鍚庝竴澶�
var thisDay = new Date().getDay(); //褰撳ぉ鏄湰鏈堢鍑犲ぉ
- var valueList = [7, lastDay - thisDay+1,31,50];
- var titleList = ["7澶�", "鏈湀","31澶�","50澶�"];
+ var valueList = [7, lastDay - thisDay+1,31,40];
+ var titleList = ["7澶�", "鏈湀","31澶�","40澶�"];
var HArrangeProductDayQty_ArrayList = '';
for (var i = 0; i < valueList.length; i++) {
--
Gitblit v1.9.1