Prechádzať zdrojové kódy

feature_20260310_物料发放增加已发数量

sunny 2 týždňov pred
rodič
commit
333a47941a

+ 3 - 11
src/views/deviceWithin/addStoreVisit.vue

@@ -6597,18 +6597,10 @@ export default {
   .table-headermd .el-table__body {
     width: 100% !important;
   }
-  .table-headermd col:nth-child(4) {
-    width: 5.6rem;
-  }
   .table-headermd col:nth-child(2),
-  .table-headermd col:nth-child(3) {
-    width: 5.6rem;
-  }
-  .table-headermdwl col:nth-child(2) {
-    width: auto;
-  }
-  .table-headermdwl col:nth-child(3) {
-    width: 4.6rem;
+  .table-headermd col:nth-child(3),
+  .table-headermd col:nth-child(4) {
+    width: 4.5rem;
   }
   .table-headermd .van-cell {
     padding: 0 4px;

+ 3 - 3
src/views/historicalVisit/hisvistdeils.vue

@@ -39,9 +39,9 @@
             }}</span>
           </template>
         </el-table-column>
-        <el-table-column prop="inventoryNum" width="200" label="库存" align="center" />
-        <el-table-column prop="yfNum" key="yfNum" width="200" v-if="yfNumFlage" label="应发本数" />
-        <el-table-column prop="inventorySentNum" key="inventorySentNum" width="200" label="已发数量" />
+        <el-table-column prop="inventoryNum" width="180" label="库存" align="center" />
+        <el-table-column prop="yfNum" key="yfNum" width="200" v-if="yfNumFlage" label="应发本数" align="center" />
+        <el-table-column prop="inventorySentNum" key="inventorySentNum" width="200" label="已发数量" align="center" />
         <el-table-column prop="address" align="center">
           <template slot="header">
             <span>发放量</span>