Преглед изворни кода

批量插入清单-计量单元,界面调整

maixinrong пре 5 година
родитељ
комит
93e31dd3a5
4 измењених фајлова са 6 додато и 6 уклоњено
  1. 1 1
      app/public/css/main.css
  2. 2 2
      app/public/js/ledger.js
  3. 2 2
      app/public/js/revise.js
  4. 1 1
      app/view/ledger/explode_modal.ejs

+ 1 - 1
app/public/css/main.css

@@ -663,7 +663,7 @@ height: 320px;
 overflow: hidden
 }
 .batch-r {
-height:530px;
+height:522px;
 overflow: hidden
 }
 /*打印工具栏*/

+ 2 - 2
app/public/js/ledger.js

@@ -2080,9 +2080,9 @@ $(document).ready(function() {
             this.dealSpreadSetting = {
                 cols: [
                     {title: '清单编号', field: 'code', width: 80, hAlign: 0, formatter: '@', readOnly: true},
-                    {title: '名称', field: 'name', width: 120, hAlign: 0, formatter: '@', readOnly: true},
+                    {title: '名称', field: 'name', width: 230, hAlign: 0, formatter: '@', readOnly: true},
                     {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
-                    {title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
+                    {title: '单价', field: 'unit_price', hAlign: 2, width: 60, readOnly: true},
                 ],
                 emptyRows: 0,
                 headRows: 1,

+ 2 - 2
app/public/js/revise.js

@@ -1598,9 +1598,9 @@ $(document).ready(() => {
             this.dealSpreadSetting = {
                 cols: [
                     {title: '清单编号', field: 'code', width: 80, hAlign: 0, formatter: '@', readOnly: true},
-                    {title: '名称', field: 'name', width: 120, hAlign: 0, formatter: '@', readOnly: true},
+                    {title: '名称', field: 'name', width: 230, hAlign: 0, formatter: '@', readOnly: true},
                     {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
-                    {title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
+                    {title: '单价', field: 'unit_price', hAlign: 2, width: 60, readOnly: true},
                 ],
                 emptyRows: 0,
                 headRows: 1,

+ 1 - 1
app/view/ledger/explode_modal.ejs

@@ -49,7 +49,7 @@
 </div>
 <!--批量添加清单部位-->
 <div class="modal fade" id="batch" data-backdrop="static">
-    <div class="modal-dialog modal-xl" role="document" style="height: 700px">
+    <div class="modal-dialog modal-xl" role="document">
         <div class="modal-content">
             <div class="modal-header">
                 <h5 class="modal-title">批量插入清单-计量单元</h5>