From 2c5119c6f0f18980a31055942328b80c549c70ed Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 09 十一月 2023 15:55:15 +0800
Subject: [PATCH] 销售出库单:列表增加 状态 列
---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 4 ++--
WebTM/views/领料发货/销售出库/Kf_SellOutBillList.html | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index bb5066a..8c2f402 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4896,10 +4896,10 @@
<publishTime>11/09/2023 15:34:08</publishTime>
</File>
<File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBillList.html">
- <publishTime>11/08/2023 16:50:19</publishTime>
+ <publishTime>11/09/2023 15:53:10</publishTime>
</File>
<File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBillList.html">
- <publishTime>11/08/2023 16:50:19</publishTime>
+ <publishTime>11/09/2023 15:53:10</publishTime>
</File>
<File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBill_CheckList_New.html">
<publishTime>06/29/2023 15:20:45</publishTime>
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList.html"
index d1672b9..f32df18 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList.html"
@@ -330,6 +330,7 @@
,{ field: 'hmainid', title: 'hmainid', sort: true, hide: true }
, { field: '鏃ユ湡', title: '鏃ユ湡', width: 160, templet: "<div>{{d.鏃ユ湡 ==null ?'':layui.util.toDateString(d.鏃ユ湡, 'yyyy-MM-dd')}}</div>", sort: true }
, { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 160, sort: true }
+ , { field: '鐘舵��', title: '鐘舵��', width: 160, sort: true }
, { field: '绾㈣摑鍗曟爣璁�', title: '绾㈣摑鍗曟爣璁�', width: 160, sort: true }
, { field: 'hsupid', title: 'hsupid', width: 200, hide: true, sort: true }
, { field: '瀹㈡埛', title: '瀹㈡埛', width: 200, sort: true }
@@ -398,6 +399,7 @@
} else {
result[i].鏃ユ湡 = null;
result[i].鍗曟嵁鍙� = "";
+ result[i].鐘舵�� = "";
result[i].绾㈣摑鍗曟爣璁� = "";
result[i].hsupid = "";
result[i].瀹㈡埛 = "";
--
Gitblit v1.9.1