From a45b751080a50d94d3ed2d9f1d801e14a7046b6d Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期三, 28 一月 2026 10:48:42 +0800
Subject: [PATCH] 生成领料单-pda+后台2
---
src/main/webapp/views/pda/stockOut.html | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index 7b0580b..1b09851 100644
--- a/src/main/webapp/views/pda/stockOut.html
+++ b/src/main/webapp/views/pda/stockOut.html
@@ -101,10 +101,14 @@
if (isEmpty(el.value)) {
return;
}
+
find(null, null, el.value);
}
function find(locNo, matNo, billNo) {
+ if (billNo.indexOf('=') > -1) {
+ billNo = billNo.split(",")[0].split("=")[1];
+ }
$.ajax({
url: baseUrl + "/mobile/locDetl",
headers: {'token': localStorage.getItem('token')},
@@ -147,11 +151,11 @@
limit: 500,
cellMinWidth: 50,
cols: [[
- {type: 'checkbox', fixed: 'left', width:30},
- {field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50},
{field: 'matnr', align: 'center', title: '缂栫爜', event: 'detail'},
{field: 'maktx', align: 'center', title: '鍚嶇О', event: 'detail'},
- {field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'}
+ {field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'},
+ {field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50},
+ {type: 'checkbox', fixed: 'right', width:30},
]],
done: function (res, curr, count) {
}
@@ -167,7 +171,7 @@
type: 2,
title: '搴撳瓨鏄庣粏',
shade: [0.3,'#000'],
- area: ['90%', '70%'],
+ area: ['90%', '75%'],
content: 'locDetlIframe.html',
success: function(layero, index){
// 璁剧疆寮圭獥鏍峰紡
--
Gitblit v1.9.1