From 4c4b488961660194d75e910e476ede81e6061b3d Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期三, 05 五月 2021 12:58:10 +0800
Subject: [PATCH] 1.立库、平库入库修改功能调整,生产单号列前置 2.erp对接功能微调
---
src/main/webapp/static/js/pakStore/outStock.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/outStock.js b/src/main/webapp/static/js/pakStore/outStock.js
index 2e70dac..ece596f 100644
--- a/src/main/webapp/static/js/pakStore/outStock.js
+++ b/src/main/webapp/static/js/pakStore/outStock.js
@@ -6,20 +6,20 @@
function getCol() {
var cols = [];
cols.push(
- {field: 'fbillNo', merge: true, align: 'center', title: '鍗曟嵁缂栧彿'}
- , {field: 'fsourceBillNo', align: 'center', title: '璁㈠崟鍗曞彿' }
- , {field: 'fnumber', align: 'center', title: '鐗╂枡缂栧彿'}
+ {field: 'fbillNo', merge: true, align: 'center', title: '鍗曟嵁缂栧彿', width: 150}
+ , {field: 'fsourceBillNo', align: 'center', title: '璁㈠崟鍗曞彿', width: 100}
+ , {field: 'fnumber', align: 'center', title: '鐗╂枡缂栧彿', width: 140}
, {field: 'fname', align: 'center', title: '鐗╂枡鍚嶇О'}
- , {field: 'fmodel', align: 'center', title: '瑙勬牸'}
- , {field: 'fentryID', align: 'center', title: '鍒嗗綍鍙�'}
+ , {field: 'fmodel', align: 'center', title: '瑙勬牸', width: 200}
+ , {field: 'fentryID', align: 'center', title: '鍒嗗綍鍙�', width: 80}
, {field: 'forderInterID', align: 'center', title: '鍗曟嵁缂栧彿', hide: true}
- , {field: 'fauxQty', align: 'center', title: '鏁伴噺'}
- , {field: 'fcommitQty', align: 'center', title: '鍙戣揣鏁伴噺'}
- , {field: 'fauxPrice', align: 'center', title: '鍗曚环'}
+ , {field: 'fauxQty', align: 'center', title: '鏁伴噺', width: 100}
+ // , {field: 'fcommitQty', align: 'center', title: '鍙戣揣鏁伴噺'}
+ , {field: 'fauxPrice', align: 'center', title: '鍗曚环', width: 100}
, {field: 'fdate', align: 'center', title: '鏃ユ湡', hide: true}
, {field: 'fnote', align: 'center', title: '澶囨敞', hide: true}
, {field: 'fadd', align: 'center', title: '鍦板潃', hide: true}
- , {merge: ['fbillNo'], title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 140}
+ , {merge: ['fbillNo'], title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 160}
);
return cols;
}
--
Gitblit v1.9.1