From 0880a853feec68c6e61809f9007a5b686b664e46 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 06 六月 2025 13:54:14 +0800
Subject: [PATCH] 排产导入:每次排产获取统一的 导入序列号
---
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user | 2 +-
WebTM/views/生产管理/生产计划平台/JIT_DayPlanPlatFormImport.html | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
index b170bb5..f3ade34 100644
--- a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -5972,7 +5972,7 @@
<publishTime>05/15/2025 14:44:59</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/鐢熶骇璁″垝骞冲彴/JIT_DayPlanPlatFormImport.html">
- <publishTime>05/27/2025 15:17:47</publishTime>
+ <publishTime>06/06/2025 13:44:56</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/鐢熶骇璁″垝骞冲彴/JIT_DayPlanPlatForm_BCP.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/\347\224\237\344\272\247\350\256\241\345\210\222\345\271\263\345\217\260/JIT_DayPlanPlatFormImport.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\256\241\345\210\222\345\271\263\345\217\260/JIT_DayPlanPlatFormImport.html"
index da8f528..85ded7c 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\256\241\345\210\222\345\271\263\345\217\260/JIT_DayPlanPlatFormImport.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\256\241\345\210\222\345\271\263\345\217\260/JIT_DayPlanPlatFormImport.html"
@@ -126,6 +126,11 @@
done: function (data1) {
layer.closeAll('loading');
if (data1.count == 1) {
+ var HVersion_Import_Temp = Format(new Date(), "yyyy-MM-dd hh:mm:ss");
+ for (var i = 0; i < data1.data.length; i++) {
+ data1.data[i].HVersion_Import = HVersion_Import_Temp;
+ }
+
option.data = data1.data;
table.render(option);
} else {
--
Gitblit v1.9.1