From 3a33dd4767b20bd233714d35e1b0912f91e3546a Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 21 二月 2024 10:49:22 +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