From efbf825aa2f845bc6f9b26b0fa10139c8071deef Mon Sep 17 00:00:00 2001
From: hjg <hjg@123.com>
Date: 星期三, 17 一月 2024 15:00:36 +0800
Subject: [PATCH] 物流公司公司简称

---
 WebContent/basic/js/company.js |    1 +
 WebContent/basic/company.xhtml |   15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/WebContent/basic/company.xhtml b/WebContent/basic/company.xhtml
index 8b320db..be2784d 100644
--- a/WebContent/basic/company.xhtml
+++ b/WebContent/basic/company.xhtml
@@ -81,8 +81,9 @@
                     <thead>
                         <tr>
                             <th class="detail-col" style="min-width: 48px">搴忓彿</th>
-                            <th style="min-width: 100px"><span class="th">缂栧彿</span></th>
+                            <th style="min-width: 80px"><span class="th">缂栧彿</span></th>
                             <th style="min-width: 100px"><span class="th">鍚嶇О</span></th>
+                            <th style="min-width: 80px"><span class="th">绠�绉�</span></th>
                             <th style="min-width: 150px"><span class="th">澶囨敞</span></th>
                             <th style="min-width: 100px"><span class="th">鑷彁鏉冮檺</span></th>
                             <th style="min-width: 200px"><span class="th">涓氬姟鍘傚尯</span></th>
@@ -98,6 +99,7 @@
 
                             <td data-bind="text: companyNo"></td>
                             <td data-bind="text: name"></td>
+                            <td data-bind="text: shortName"></td>
                             <td data-bind="text: note"></td>
                             <td data-bind="text: hasSPR()?'鏈�':'鏃�'"></td>
                             <td data-bind="text: ywdyNames"></td>
@@ -153,6 +155,17 @@
                                     </div>
                                 </div>
                             </div>
+                            <div class="form-body">
+                                <div class="form-group">
+                                    <label class="col-md-3 control-label"><span class="t-error">*</span>杩愯緭鍏徃绠�绉�</label>
+                                    <div class="col-md-6">
+                                        <input type="text" class="form-control" name="shortName" placeholder="" data-bind="value: o().shortName"/>
+                                    </div>
+                                    <div class="col-md-3">
+                                        <p class="form-control-static text-error"></p>
+                                    </div>
+                                </div>
+                            </div>
                             <div class="form-group">
                                 <label class="col-md-3 col-sm-3 control-label" for="form-field-1-1"> 鑷彁鏉冮檺 </label>
                                 <div class="col-md-6 col-sm-6">
diff --git a/WebContent/basic/js/company.js b/WebContent/basic/js/company.js
index f24641b..2361c99 100644
--- a/WebContent/basic/js/company.js
+++ b/WebContent/basic/js/company.js
@@ -31,6 +31,7 @@
     id: 0,
     companyNo: '',
     name: '',
+    shortName: '',
     note: '',
     hasSPR: false //has self pickup right
 }

--
Gitblit v1.9.3