From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序
---
src/main/webapp/views/pda/stockQuery.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/pda/stockQuery.html b/src/main/webapp/views/pda/stockQuery.html
index e1dadb2..34c9a2e 100644
--- a/src/main/webapp/views/pda/stockQuery.html
+++ b/src/main/webapp/views/pda/stockQuery.html
@@ -108,11 +108,11 @@
limit: 500,
cellMinWidth: 50,
cols: [[
- {field: 'matnr', align: 'center', title: '缂栫爜', event: 'detail'},
- {field: 'maktx', align: 'center', title: '鍚嶇О', event: 'detail'},
- {field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'},
- {field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50},
- {field: 'pickNum', align: 'center', title: '鎷f枡', event: 'detail', width:50},
+ {field: 'matNo', align: 'center', title: '缂栫爜', event: 'detail'}
+ ,{field: 'matName', align: 'center', title: '鍚嶇О', event: 'detail'}
+ ,{field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'}
+ ,{field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50}
+ // ,{field: 'pickNum', align: 'center', title: '鎷f枡', event: 'detail', width:50}
]],
done: function (res, curr, count) {
}
--
Gitblit v1.9.1