From 67da83c698e77ccf178669a31e4bd3a4e8fc1ca7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 03 八月 2021 16:10:05 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/salesOrder/erpOrder.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/salesOrder/erpOrder.js b/src/main/webapp/static/js/salesOrder/erpOrder.js
index 26b863c..40a276b 100644
--- a/src/main/webapp/static/js/salesOrder/erpOrder.js
+++ b/src/main/webapp/static/js/salesOrder/erpOrder.js
@@ -1,10 +1,10 @@
function getCol() {
var cols = [];
cols.push(
- {field: 'fbillNo', align: 'center', title: '閫氱煡鍗曞彿', width: 180}
- , {field: 'fsourceBillNo', align: 'center', title: '鐢熶骇鍗曞彿', width: 180}
- , {field: 'fnumber', align: 'center', title: '鐗╂枡缂栫爜', width: 180}
- , {field: 'fname', align: 'center', title: '鐗╂枡鍚嶇О'}
+ {field: 'fbillNo', align: 'center', title: '閫氱煡鍗曞彿', width: 130}
+ , {field: 'fsourceBillNo', align: 'center', title: '鐢熶骇鍗曞彿', width: 120}
+ , {field: 'fnumber', align: 'center', title: '鐗╂枡缂栫爜', width: 140}
+ , {field: 'fname', align: 'center', title: '鐗╂枡鍚嶇О', width: 350}
, {field: 'fmodel', align: 'center', title: '瑙勬牸', width: 180}
);
return cols;
--
Gitblit v1.9.1