高敬炎 2 năm trước cách đây
mục cha
commit
bf1636044f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/statisticalReport/stockSaleOutReportList.vue

+ 3 - 3
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -129,7 +129,7 @@
           </template>
         </el-table-column> -->
         <!-- <el-table-column key="21" width='120' class="table_td" prop="settlementWeight" label="结算重量(吨)"></el-table-column> -->
-        <el-table-column key="22" class="table_td" prop="settlementPrice" width='130' label="结算单价(元/吨)">
+        <el-table-column key="22" class="table_td" prop="settlementPrice" width='150' label="结算单价(元/吨)">
           <template slot-scope="scope">
             <div class="inputChenge">
               <el-input v-model="scope.row.settlementPrice" v-if="scope.row.identification1 == 'true'">
@@ -233,7 +233,7 @@
           </template>
         </el-table-column>
         <el-table-column class="table_td" prop="deductionWeight" label="扣重(吨)"></el-table-column>
-        <el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
+        <el-table-column class="table_td" prop="settlementWeight" width='200' label="结算重量(吨)">
           <template slot-scope="scope">
             <div class="inputChenge">
               <el-input v-model="scope.row.settlementWeight" v-if="scope.row.identification == 'true'">
@@ -253,7 +253,7 @@
               v-if="scope.row.identification == 'true'" @click="weightClick(scope.row,1)"></i>
           </template>
         </el-table-column>
-        <el-table-column class="table_td" prop="settlementPrice" width='130' label="结算单价(元/吨)">
+        <el-table-column class="table_td" prop="settlementPrice"  width='200' label="结算单价(元/吨)">
           <template slot-scope="scope">
             <div class="inputChenge">
               <el-input v-model="scope.row.settlementPrice" v-if="scope.row.identification1 == 'true'">