From d4e2d5e93bdee0dd3538714b83745fd16dc4a07e Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 20 八月 2025 16:26:33 +0800
Subject: [PATCH] PDA 条码查询页面 添加 条码出库日期 客户 销售出库单号 查询条件
---
WebTM/views/Baseset/基础资料/Gy_EquipFileBillMainList.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
index 7a842f8..8ae255a 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
@@ -61,11 +61,11 @@
, cols: [[
{ type: 'radio' }
, { field: 'HInterID', title: '璁惧涓绘。ID', hide: true }
- , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜' }
- , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true }
+ , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜', width: 180 }
+ , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true, width: 180 }
, { field: 'HModel2', title: '璁惧涓绘。鍨嬪彿', sort: true }
, { field: 'HSourceID', title: 'HSourceID', hide: true }
- , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true }
+ , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true, width: 180}
]]
, page: true
, limits: [50, 500, 5000, 50000],
--
Gitblit v1.9.1