From f2209e27f942abb1ec12187ad0bef7b96c0149bf Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 03 六月 2025 16:07:37 +0800
Subject: [PATCH] 器具主档:编辑页面,子表 组装日期 默认为当前日期

---
 WebTM/Properties/PublishProfiles/LAYUI.pubxml.user |    2 +-
 WebTM/views/模治具管理/模治具管理/Gy_MouldFile.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 e02df9a..bc4a6ec 100644
--- a/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -5149,7 +5149,7 @@
       <publishTime>07/19/2021 10:10:46</publishTime>
     </File>
     <File Include="views/妯℃不鍏风鐞�/妯℃不鍏风鐞�/Gy_MouldFile.html">
-      <publishTime>06/03/2025 15:58:13</publishTime>
+      <publishTime>06/03/2025 16:05:47</publishTime>
     </File>
     <File Include="views/妯℃不鍏风鐞�/妯℃不鍏风鐞�/Gy_MouldFileList.html">
       <publishTime>06/03/2025 14:03:10</publishTime>
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html"
index 3081dcc..bb7635b 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html"
@@ -1406,7 +1406,7 @@
                 //鏂板琛岃〃鏍兼暟鎹�
 
                 var NewRow = {
-                    "HMouldFileID": "0", "HMouldFileName": "", "HUnionDate": Format(new Date, "yyyy- MM - dd"), "HRemark": "",
+                    "HMouldFileID": "0", "HMouldFileName": "", "HUnionDate": Format(new Date, "yyyy-MM-dd"), "HRemark": "",
                     "HSourceBillNo": 0, "HSourceBillType": 0, "HSourceInterID": 0, "HSourceEntryID": 0,
                 };
                 switch (obj.event) {
@@ -1628,7 +1628,7 @@
                     {
                         "HMouldFileID": "0"
                         , "HMouldFileName": ""
-                        , "HUnionDate": Format(new Date, "yyyy- MM - dd")
+                        , "HUnionDate": Format(new Date, "yyyy-MM-dd")
                         , "HRemark": ""
                         , "HSourceInterID": "0"
                         , "HSourceEntryID": "0"

--
Gitblit v1.9.1