From a339e5234e6299d32672aaae648e5315900c2633 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 21 二月 2024 16:46:36 +0800 Subject: [PATCH] 排查pda数量组托无法删除明细问题 --- HTML/views/WareHouseSetting/Area.html | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HTML/views/WareHouseSetting/Area.html b/HTML/views/WareHouseSetting/Area.html index cba9006..0b2243b 100644 --- a/HTML/views/WareHouseSetting/Area.html +++ b/HTML/views/WareHouseSetting/Area.html @@ -196,13 +196,17 @@ field: 'WareHouseName', title: '鎵�灞炰粨搴�', width: 120, - align: 'center' + align: 'center', + templet: function(d) { + + return d.WareHouseNo + '-' + d.WareHouseName; + } }, { field: 'AreaNo', title: '鍖哄煙缂栧彿', width: 100, - align: 'center' + align: 'center', }, { field: 'AreaName', -- Gitblit v1.8.0