瀏覽代碼

修改展示的界面

695593266@qq.com 2 天之前
父節點
當前提交
9d5f09a1e5
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      src/views/pick/pickApply/components/addPick.vue
  2. 3 3
      src/views/produce/components/picking/index.vue

+ 3 - 3
src/views/pick/pickApply/components/addPick.vue

@@ -8,7 +8,7 @@
     :close-on-press-escape="false"
     append-to-body
     :maxable="true"
-    width="90%"
+    width="95%"
   >
     <div>
       <el-form :model="pickForm" ref="pickForm">
@@ -166,7 +166,7 @@
               >
               </el-table-column>
 
-              <el-table-column label="数量" prop="demandQuantity" width="140">
+              <el-table-column label="数量" prop="demandQuantity" width="160">
                 <template slot-scope="{ row, $index }">
                   <el-form-item>
                     <el-input
@@ -184,7 +184,7 @@
               <el-table-column
                 label="计量库存数量"
                 prop="availableCountBase"
-                width="300"
+                width="320"
                 show-overflow-tooltip
               >
                 <template slot-scope="{ row, $index }">

+ 3 - 3
src/views/produce/components/picking/index.vue

@@ -9,7 +9,7 @@
     :close-on-press-escape="false"
     id="formId"
     append-to-body
-    width="90%"
+    width="95%"
     @update:fullscreen="fullscreen"
     :fullscreen="isFullscreen"
     :height="dialogDynamicHeight"
@@ -169,7 +169,7 @@
             >
             </el-table-column>
 
-            <el-table-column label="数量" prop="demandQuantity" width="140">
+            <el-table-column label="数量" prop="demandQuantity" width="160">
               <template slot-scope="{ row, $index }">
                 <el-form-item>
                   <el-input
@@ -193,7 +193,7 @@
             <el-table-column
               label="计量库存数量"
               prop="availableCountBase"
-              width="300"
+              width="320"
               show-overflow-tooltip
             >
               <template slot-scope="{ row, $index }">