From 8dde86a5d09c42f379843cee1a965eaf99d380ba Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 28 二月 2024 12:23:35 +0800
Subject: [PATCH] 销售订单下推生产订单,生产订单不允许修改:销售订单号、是否取库存、客户、物料编码、物料名称、规格型号、计量单位、客户物料编码、客户物料名称、客户规格型号
---
WebTM/views/生产管理/生产任务单/Sc_ICMOBillEdit_NoTable.html | 11 +++++++++++
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 33dfd6f..e5d95e0 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4020,7 +4020,7 @@
<publishTime>01/09/2024 17:04:29</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/鐢熶骇浠诲姟鍗�/Sc_ICMOBillEdit_NoTable.html">
- <publishTime>01/25/2024 10:23:49</publishTime>
+ <publishTime>02/28/2024 12:16:28</publishTime>
</File>
<File Include="views/鐢熶骇绠$悊/鐢熶骇浠诲姟鍗�/Sc_ICMOBillImport.html">
<publishTime>04/11/2023 16:34:43</publishTime>
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\344\273\273\345\212\241\345\215\225/Sc_ICMOBillEdit_NoTable.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\344\273\273\345\212\241\345\215\225/Sc_ICMOBillEdit_NoTable.html"
index 73bb358..1d92411 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\344\273\273\345\212\241\345\215\225/Sc_ICMOBillEdit_NoTable.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\344\273\273\345\212\241\345\215\225/Sc_ICMOBillEdit_NoTable.html"
@@ -1018,6 +1018,17 @@
, "HIsStockQty": data.鏄惁鍙栧簱瀛�=="Y"?1:0
});
+
+ //绂佹淇敼閿�鍞鍗曞彿
+ $('#btnHSeOrder').prop('disabled', true);
+ $('#HIsStockQty').prop('disabled', true);
+ $('#btnHCus').prop('disabled', true);
+ $('#btnHMater').prop('disabled', true);
+ $('#btnHUnit').prop('disabled', true);
+ $('#HCusMaterNumber').prop('disabled', true);
+ $('#HCusModel').prop('disabled', true);
+ $('#HCusMaterName').prop('disabled', true);
+
layer.close(ajaxLoad);
} else {
layer.close(ajaxLoad);
--
Gitblit v1.9.1