高敬炎 2 年之前
父节点
当前提交
bf1636044f
共有 1 个文件被更改,包括 3 次插入3 次删除
  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'">