695593266@qq.com 7 месяцев назад
Родитель
Сommit
e920930b73

+ 9 - 6
src/views/byProduct/components/addByProduct.vue

@@ -68,8 +68,10 @@
               <div class="col">
                 <div class="name">数量</div>
                 <div class="content content_num">
-                  <el-input v-model="productWeight"></el-input>
-                  <div style="margin-left: 8px"> {{ item.measuringUnit }}</div>
+                  <el-input v-model="productWeight">
+                    <template slot="append">{{ item.measuringUnit }}</template>
+                  </el-input>
+                  <!-- <div style="margin-left: 8px"> {{ item.measuringUnit }}</div> -->
                 </div>
               </div>
             </div>
@@ -100,7 +102,8 @@
 
               <el-table-column label="编码" prop="categoryCode">
               </el-table-column>
-              <el-table-column label="工单编码" prop="code"> </el-table-column>
+              <el-table-column label="工单编码" prop="workOrderCode">
+              </el-table-column>
               <el-table-column label="名称" prop="categoryName">
               </el-table-column>
               <el-table-column label="型号" prop="modelType"> </el-table-column>
@@ -302,10 +305,10 @@
     }
 
     .col {
-      width: 16.666%;
+      width: calc(100% / 5) !important;
       display: flex;
       align-items: center;
-      min-width: 200px;
+      // min-width: 200px;
       min-height: 32px;
       border-bottom: 1px solid #e3e5e5;
       border-right: 1px solid #e3e5e5;
@@ -318,7 +321,7 @@
         display: flex;
         align-items: center;
         padding: 4px;
-        width: 80px;
+        width: 60px;
         height: 100%;
         background-color: #ededed;
         color: #000;

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

@@ -450,7 +450,7 @@
       width: calc(100% / 5);
       display: flex;
       align-items: center;
-      min-width: 200px;
+      // min-width: 200px;
       min-height: 32px;
       border-bottom: 1px solid #e3e5e5;
       border-right: 1px solid #e3e5e5;
@@ -463,7 +463,7 @@
         display: flex;
         align-items: center;
         padding: 4px;
-        width: 80px;
+        width: 60px;
         height: 100%;
         background-color: #d0e4d5;
         color: #000;

+ 2 - 2
src/views/pick/pickApply/components/selfDetailed.vue

@@ -352,7 +352,7 @@
       width: calc(100% / 5);
       display: flex;
       align-items: center;
-      min-width: 200px;
+      // min-width: 200px;
       min-height: 32px;
       border-bottom: 1px solid #e3e5e5;
       border-right: 1px solid #e3e5e5;
@@ -365,7 +365,7 @@
         display: flex;
         align-items: center;
         padding: 4px;
-        width: 80px;
+        width: 60px;
         height: 100%;
         background-color: #d0e4d5;
         color: #000;