ysy před 1 rokem
rodič
revize
901a1f71e1

+ 18 - 4
src/views/produce/components/jobBooking/components/semiProductJobBomPL.vue

@@ -114,8 +114,9 @@
 
 
               <div class="content_table2">
               <div class="content_table2">
                 <div class="head row rx-sc">
                 <div class="head row rx-sc">
-                  <div class="item ww30">不合格品数量</div>
-                  <div class="item ww30"
+                  <div class="item ww20">不合格品数量</div>
+                  <div class="item ww20">重量</div>
+                  <div class="item ww20"
                     >类型
                     >类型
                   </div>
                   </div>
                   <div class="item ww30">处置/原因</div>
                   <div class="item ww30">处置/原因</div>
@@ -128,7 +129,7 @@
                     v-for="(it, yyIdx) in row.extInfo.notBatchReportInfo"
                     v-for="(it, yyIdx) in row.extInfo.notBatchReportInfo"
                     :key="'not'+ $index + yyIdx"
                     :key="'not'+ $index + yyIdx"
                   >
                   >
-                    <div class="item ww30">
+                    <div class="item ww20">
                       <div v-if="isDetails">{{ it.allFeedQuantity }}</div>
                       <div v-if="isDetails">{{ it.allFeedQuantity }}</div>
                       <el-input
                       <el-input
                         v-else
                         v-else
@@ -140,7 +141,20 @@
                       ></el-input>
                       ></el-input>
                     </div>
                     </div>
 
 
-                    <div class="item ww30">
+
+                    <div class="item ww20">
+                      <div v-if="isDetails">{{ it.allReportWeight }}</div>
+                      <el-input
+                        v-else
+                        class="content_num"
+                        size="mini"
+                        v-model="it.allReportWeight"
+                        type="number"
+                      ></el-input>
+                    </div>
+
+
+                    <div class="item ww20">
                       <el-select
                       <el-select
                         size="mini"
                         size="mini"
                         class="content_num"
                         class="content_num"