|
|
@@ -42,7 +42,7 @@
|
|
|
nameId="202212003011904"
|
|
|
nameKey="sa_itempriceadjustid"
|
|
|
/>
|
|
|
- <table-new-layout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 385px)" minHeight="200px">
|
|
|
+ <table-new-layout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :fixedName="'operation'" height="calc(100vh - 400px)" minHeight="200px">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<p>{{$t(scope.column.data[scope.column.columnname])}}</p>
|
|
|
</template>
|
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
mounted () {
|
|
|
this.tablecols = this.tool.tabelCol(this.$route.name)['productDetailTable'].tablecols
|
|
|
// this.getProductList()
|
|
|
- this.getDetailList()
|
|
|
+ this.getDetailList(this.params.content.pageNumber = 1)
|
|
|
},
|
|
|
methods: {
|
|
|
async getDetailList () {
|