From 2a21766f792b186514a87ab6522e1780c59cb6d0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 27 五月 2022 17:06:43 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/order/out.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index c695fb7..69e055c 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -215,8 +215,7 @@
$('#batchSelectStaBox').html(template({list: staBatchSelectVal}));
// 纭
form.on('submit(staBatchSelectConfirm)', function (obj) {
- let batchSta = obj.field.batchSta;
- console.log(batchSta)
+ let batchSta = Number(obj.field.batchSta);
for (let i = 0; i<tableCache.length; i++) {
tableCache[i]['staNo'] = Number(181);
}
--
Gitblit v1.9.1