From a8485e318e39fcf73f7f5b1bea4b6e9c6482ac15 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 13 一月 2025 16:06:42 +0800
Subject: [PATCH] 宝工排产:锁定:再次排产时不删除锁定天数的排产结果,剩余订单排产只能在非锁定的天数里排产
---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +-
WebTM/views/生产管理/宝工排产/JIT_DayPlanPlatForm.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 04aa641..3b84c08 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4897,7 +4897,7 @@
<publishTime>09/11/2024 21:05:00</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/瀹濆伐鎺掍骇/JIT_DayPlanPlatForm.html">
- <publishTime>01/13/2025 10:50:50</publishTime>
+ <publishTime>01/13/2025 15:55:48</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/宸ュ崟/Sc_CurrentTicket.html">
<publishTime>06/07/2024 15:42:08</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 28f7e20..01dc929 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"
@@ -2368,7 +2368,7 @@
else {
for (var i = 0; i < ds.length; i++) {
//鎵惧埌瀵瑰簲鐨勫垪
- for (var j = 22; j < 53; j++) {
+ for (var j = 22 + HPlanDay; j < 53; j++) {
if (sLeftQty > 0) {
if (ds[i]["鏃ユ湡"] == grd.cols[0][j].field) {
//濡傛灉鏃堕棿琚� 涓婇亾浣欓噺鍗犵敤 鍒� 璺宠繃
--
Gitblit v1.9.1