|
@@ -128,7 +128,7 @@
|
|
|
v-if="scope.row.identification2 == 'true'" @click="weightsave(scope.row,4)"></i>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- <el-table-column key="21" width='120' class="table_td" prop="settlementWeight" label="结算重量(吨)"></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="结算单价(元/吨)">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="inputChenge">
|
|
@@ -213,42 +213,44 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
|
|
|
+
|
|
|
+ <el-table-column width='120' class="table_td" prop="feedbackWeight" label="卸车重量(吨)">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="inputChenge">
|
|
|
- <el-input v-model="scope.row.settlementWeight" v-if="scope.row.identification == 'true'">
|
|
|
+ <el-input v-model="scope.row.feedbackWeight" v-if="scope.row.identification2 == 'true'">
|
|
|
</el-input>
|
|
|
- <div v-if="scope.row.identification == 'false'" class="inputs">
|
|
|
- <span style="color: #ce4545;" v-if="scope.row.returnFlag == 1">{{scope.row.settlementWeight}}</span>
|
|
|
- <span v-if="scope.row.returnFlag == null">{{scope.row.settlementWeight }}</span>
|
|
|
+ <div v-if="scope.row.identification2 == 'false'" class="inputs">
|
|
|
+ <span>{{scope.row.feedbackWeight}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style='display:inline-block;' v-if="scope.row.identification == 'false'">
|
|
|
- <img v-hasPermission="`report.goodsSaleOutReport.edit`" width="17" height="18"
|
|
|
- style="vertical-align: text-top; position: relative; top: -1px" src="../../../public/img/edit.png"
|
|
|
- @click="whether(scope.row,1)" alt="" />
|
|
|
+ <div style='display:inline-block;' v-if="scope.row.identification2 == 'false'">
|
|
|
+ <img width="17" height="18" style="vertical-align: text-top; position: relative; top: -1px"
|
|
|
+ src="../../../public/img/edit.png" @click="weightedit(scope.row)" alt="" />
|
|
|
</div>
|
|
|
|
|
|
<i class="el-icon-check" style="line-height: 29px; margin-left: 10px"
|
|
|
- v-if="scope.row.identification == 'true'" @click="weightClick(scope.row,1)"></i>
|
|
|
+ v-if="scope.row.identification2 == 'true'" @click="weightsave(scope.row,4)"></i>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column width='120' class="table_td" prop="feedbackWeight" label="反馈重量(吨)">
|
|
|
+ <el-table-column class="table_td" prop="deductionWeight" label="扣重(吨)"></el-table-column>
|
|
|
+ <el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="inputChenge">
|
|
|
- <el-input v-model="scope.row.feedbackWeight" v-if="scope.row.identification2 == 'true'">
|
|
|
+ <el-input v-model="scope.row.settlementWeight" v-if="scope.row.identification == 'true'">
|
|
|
</el-input>
|
|
|
- <div v-if="scope.row.identification2 == 'false'" class="inputs">
|
|
|
- <span>{{scope.row.feedbackWeight}}</span>
|
|
|
+ <div v-if="scope.row.identification == 'false'" class="inputs">
|
|
|
+ <span style="color: #ce4545;" v-if="scope.row.returnFlag == 1">{{scope.row.settlementWeight}}</span>
|
|
|
+ <span v-if="scope.row.returnFlag == null">{{scope.row.settlementWeight }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style='display:inline-block;' v-if="scope.row.identification2 == 'false'">
|
|
|
- <img width="17" height="18" style="vertical-align: text-top; position: relative; top: -1px"
|
|
|
- src="../../../public/img/edit.png" @click="weightedit(scope.row)" alt="" />
|
|
|
+ <div style='display:inline-block;' v-if="scope.row.identification == 'false'">
|
|
|
+ <img v-hasPermission="`report.goodsSaleOutReport.edit`" width="17" height="18"
|
|
|
+ style="vertical-align: text-top; position: relative; top: -1px" src="../../../public/img/edit.png"
|
|
|
+ @click="whether(scope.row,1)" alt="" />
|
|
|
</div>
|
|
|
|
|
|
<i class="el-icon-check" style="line-height: 29px; margin-left: 10px"
|
|
|
- v-if="scope.row.identification2 == 'true'" @click="weightsave(scope.row,4)"></i>
|
|
|
+ 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="结算单价(元/吨)">
|