From 7d40ef4b4e7af07250288bc82499510edc1542e7 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 18 十二月 2023 15:59:44 +0800
Subject: [PATCH] 销售出库单:维护列表页面增加 销售订单 列

---
 WebTM/views/领料发货/销售出库/Kf_SellOutBillList.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 e7d03b0..39dbb5e 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"
@@ -339,6 +339,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: 200, templet: "<div>{{d.HSourceBillType != 1401 ? '': d.婧愬崟鍗曞彿}}</div>", sort: true }
                         , { field: '鐘舵��', title: '鐘舵��', width: 160, sort: true }
                         , { field: '绾㈣摑鍗曟爣璁�', title: '绾㈣摑鍗曟爣璁�', width: 160, sort: true }
                         , { field: 'hsupid', title: 'hsupid', width: 200, hide: true, sort: true }

--
Gitblit v1.9.1