|
@@ -91,17 +91,17 @@
|
|
<el-input class="mountclass" :disabled="show" type="number" v-model="scope.row.rebateAmount"></el-input>
|
|
<el-input class="mountclass" :disabled="show" type="number" v-model="scope.row.rebateAmount"></el-input>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="折让金额" prop="" min-width="160" show-overflow-tooltip>
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-input
|
|
|
|
- class="mountclass"
|
|
|
|
- :disabled="show"
|
|
|
|
- type="number"
|
|
|
|
- @mousewheel.native.prevent
|
|
|
|
- v-model="scope.row.allowanceAmount"
|
|
|
|
- ></el-input>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ <!-- <el-table-column align="right" label="折让金额" prop="" min-width="160" show-overflow-tooltip>-->
|
|
|
|
+ <!-- <template slot-scope="scope">-->
|
|
|
|
+ <!-- <el-input-->
|
|
|
|
+ <!-- class="mountclass"-->
|
|
|
|
+ <!-- :disabled="show"-->
|
|
|
|
+ <!-- type="number"-->
|
|
|
|
+ <!-- @mousewheel.native.prevent-->
|
|
|
|
+ <!-- v-model="scope.row.allowanceAmount"-->
|
|
|
|
+ <!-- ></el-input>-->
|
|
|
|
+ <!-- </template>-->
|
|
|
|
+ <!-- </el-table-column>-->
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
label="备注"
|
|
label="备注"
|
|
@@ -219,11 +219,14 @@ export default {
|
|
// console.log(this.dataList);
|
|
// console.log(this.dataList);
|
|
const res = this.dataList.map(v => {
|
|
const res = this.dataList.map(v => {
|
|
return {
|
|
return {
|
|
- allowanceAmount: v.allowanceAmount,
|
|
|
|
|
|
+ // allowanceAmount: v.allowanceAmount,
|
|
|
|
+ allowanceAmount: 0,
|
|
rebateAmount: v.rebateAmount,
|
|
rebateAmount: v.rebateAmount,
|
|
itemId: v.id
|
|
itemId: v.id
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ console.log(774)
|
|
|
|
+ return
|
|
// console.log(res, 888);
|
|
// console.log(res, 888);
|
|
if (this.state == 1) {
|
|
if (this.state == 1) {
|
|
await getRebateOrderAclUpdate(res)
|
|
await getRebateOrderAclUpdate(res)
|