diff --git a/jshERP-web/src/views/report/AccountReport.vue b/jshERP-web/src/views/report/AccountReport.vue
index cd341cffa..364217233 100644
--- a/jshERP-web/src/views/report/AccountReport.vue
+++ b/jshERP-web/src/views/report/AccountReport.vue
@@ -46,9 +46,35 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
-
- {{record.id?'流水':''}}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
+
+ {{record.id?'流水':''}}
+
@@ -107,10 +133,13 @@
allMonthAmount: '',
allCurrentAmount: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'accountReport',
+ // 默认索引
+ defDataIndex:['rowIndex','action','name','serialNo','initialAmount','thisMonthAmount','currentAmount'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:60, align:"center",
+ dataIndex: 'rowIndex', width:60, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -132,6 +161,7 @@
},
created () {
this.getAccountStatistics()
+ this.initColumnsSetting()
},
methods: {
getQueryParams() {
diff --git a/jshERP-web/src/views/report/AllocationDetail.vue b/jshERP-web/src/views/report/AllocationDetail.vue
index 2ed8f7a43..2c1760066 100644
--- a/jshERP-web/src/views/report/AllocationDetail.vue
+++ b/jshERP-web/src/views/report/AllocationDetail.vue
@@ -107,6 +107,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
{{record.number}}
@@ -185,10 +211,13 @@
operNumberTotalStr: '0',
allPriceTotalStr: '0',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'allocationDetail',
+ // 默认索引
+ defDataIndex:['rowIndex','number','barCode','mname','standard','model','mUnit','operNumber','unitPrice','allPrice','dname','sname','operTime','newRemark'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -219,6 +248,7 @@
this.getDepotData()
this.initSupplier()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/BuyInReport.vue b/jshERP-web/src/views/report/BuyInReport.vue
index f7a4eff62..bd9e3962d 100644
--- a/jshERP-web/src/views/report/BuyInReport.vue
+++ b/jshERP-web/src/views/report/BuyInReport.vue
@@ -89,6 +89,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -155,10 +181,14 @@
orgaTree: [],
realityPriceTotal: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'buyInReport',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','materialName','materialStandard','materialModel','materialOther','materialUnit',
+ 'inSum','inSumPrice','outSum','outSumPrice','inOutSumPrice'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -184,6 +214,7 @@
this.initSupplier()
this.getDepotData()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/CustomerAccount.vue b/jshERP-web/src/views/report/CustomerAccount.vue
index df1a8bad2..e7fcc945d 100644
--- a/jshERP-web/src/views/report/CustomerAccount.vue
+++ b/jshERP-web/src/views/report/CustomerAccount.vue
@@ -71,10 +71,37 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
{{record.id?'详情':''}}
-
+
期末应收
@@ -147,10 +174,13 @@
firstTotal: '',
lastTotal: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'customerAccount',
+ // 默认索引
+ defDataIndex:['rowIndex','action','supplier','contacts','telephone','phoneNum','email','preNeed','debtMoney','backMoney','allNeed'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -167,7 +197,7 @@
{title: '本期欠款', dataIndex: 'debtMoney', sorter: (a, b) => a.debtMoney - b.debtMoney, width: 80},
{title: '本期收款', dataIndex: 'backMoney', sorter: (a, b) => a.backMoney - b.backMoney, width: 80},
{dataIndex: 'allNeed', sorter: (a, b) => a.allNeed - b.allNeed, width: 80,
- slots: { title: 'customTitle' }
+ slots: { title: 'allNeedTitle' }
}
],
url: {
@@ -177,6 +207,7 @@
},
created () {
this.initSupplier()
+ this.initColumnsSetting()
},
methods: {
getQueryParams() {
diff --git a/jshERP-web/src/views/report/InDetail.vue b/jshERP-web/src/views/report/InDetail.vue
index d62f207be..b83a88314 100644
--- a/jshERP-web/src/views/report/InDetail.vue
+++ b/jshERP-web/src/views/report/InDetail.vue
@@ -112,10 +112,10 @@
-
+
-
+
diff --git a/jshERP-web/src/views/report/InMaterialCount.vue b/jshERP-web/src/views/report/InMaterialCount.vue
index 7f8a08043..8f7d03886 100644
--- a/jshERP-web/src/views/report/InMaterialCount.vue
+++ b/jshERP-web/src/views/report/InMaterialCount.vue
@@ -88,6 +88,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -156,10 +182,13 @@
numSumTotalStr: '0',
priceSumTotalStr: '0',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'inMaterialCount',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','mName','standard','model','categoryName','materialUnit','numSum','priceSum'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -182,6 +211,7 @@
this.getDepotData()
this.initSupplier()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue
index 7e6755d72..a81fda1b8 100644
--- a/jshERP-web/src/views/report/InOutStockReport.vue
+++ b/jshERP-web/src/views/report/InOutStockReport.vue
@@ -79,6 +79,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
{{text}}
@@ -152,10 +178,14 @@
categoryTree:[],
totalStockStr: '0',
totalCountMoneyStr: '0',
- // 表头
- columns: [
+ pageName: 'inOutStockReport',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','materialName','materialStandard','materialModel','materialOther','unitName',
+ 'unitPrice','prevSum','inSum','outSum','thisSum','thisAllPrice'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -186,6 +216,7 @@
this.getDepotData()
this.loadTreeData()
this.getTotalCountMoney()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/MaterialStock.vue b/jshERP-web/src/views/report/MaterialStock.vue
index da6276ff5..31b2d220b 100644
--- a/jshERP-web/src/views/report/MaterialStock.vue
+++ b/jshERP-web/src/views/report/MaterialStock.vue
@@ -81,25 +81,51 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
-
- {{record.id?'流水':''}}
-
-
- {{record.mBarCode}}
-
-
-
-
-
-
![查看大图]()
-
-
-
-
-
- {{text}}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
+
+ {{record.id?'流水':''}}
+
+
+ {{record.mBarCode}}
+
+
+
+
+
+
![查看大图]()
+
+
+
+
+
+ {{text}}
+
+
@@ -168,10 +194,14 @@
currentStock: '',
currentStockPrice: '',
currentWeight: '',
- // 表头
- columns: [
+ pageName: 'materialStock',
+ // 默认索引
+ defDataIndex:['rowIndex','action','mBarCode','name','standard','model','color','categoryName', 'position','unitName',
+ 'purchaseDecimal','initialStock','currentStock','currentStockPrice','currentWeight'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -205,6 +235,7 @@
created() {
this.getDepotData()
this.loadTreeData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/OutDetail.vue b/jshERP-web/src/views/report/OutDetail.vue
index a3188d2eb..838a6ee7c 100644
--- a/jshERP-web/src/views/report/OutDetail.vue
+++ b/jshERP-web/src/views/report/OutDetail.vue
@@ -112,10 +112,10 @@
-
+
-
+
diff --git a/jshERP-web/src/views/report/OutMaterialCount.vue b/jshERP-web/src/views/report/OutMaterialCount.vue
index 9a28709e9..14cd72539 100644
--- a/jshERP-web/src/views/report/OutMaterialCount.vue
+++ b/jshERP-web/src/views/report/OutMaterialCount.vue
@@ -88,6 +88,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -156,10 +182,13 @@
numSumTotalStr: '0',
priceSumTotalStr: '0',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'outMaterialCount',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','mName','standard','model','categoryName','materialUnit','numSum','priceSum'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -182,6 +211,7 @@
this.getDepotData()
this.initSupplier()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/RetailOutReport.vue b/jshERP-web/src/views/report/RetailOutReport.vue
index 0040a1125..ad7a24311 100644
--- a/jshERP-web/src/views/report/RetailOutReport.vue
+++ b/jshERP-web/src/views/report/RetailOutReport.vue
@@ -89,6 +89,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -156,10 +182,14 @@
orgaTree: [],
realityPriceTotal: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'retailOutReport',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','materialName','materialStandard','materialModel','materialOther','materialUnit',
+ 'outSum','outSumPrice','inSum','inSumPrice','outInSumPrice'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:60, align:"center",
+ dataIndex: 'rowIndex', width:60, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -185,6 +215,7 @@
this.initRetail()
this.getDepotData()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/SaleOutReport.vue b/jshERP-web/src/views/report/SaleOutReport.vue
index 4b0a69cc1..37ce178a8 100644
--- a/jshERP-web/src/views/report/SaleOutReport.vue
+++ b/jshERP-web/src/views/report/SaleOutReport.vue
@@ -89,6 +89,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -155,10 +181,14 @@
orgaTree: [],
realityPriceTotal: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'saleOutReport',
+ // 默认索引
+ defDataIndex:['rowIndex','barCode','materialName','materialStandard','materialModel','materialOther','materialUnit',
+ 'outSum','outSumPrice','inSum','inSumPrice','outInSumPrice'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:60, align:"center",
+ dataIndex: 'rowIndex', width:60, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -184,6 +214,7 @@
this.initCustomer()
this.getDepotData()
this.loadAllOrgaData()
+ this.initColumnsSetting()
},
methods: {
moment,
diff --git a/jshERP-web/src/views/report/StockWarningReport.vue b/jshERP-web/src/views/report/StockWarningReport.vue
index b669dfcb2..16ea2943a 100644
--- a/jshERP-web/src/views/report/StockWarningReport.vue
+++ b/jshERP-web/src/views/report/StockWarningReport.vue
@@ -49,6 +49,32 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
@@ -106,10 +132,14 @@
},
depotList: [],
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'stockWarningReport',
+ // 默认索引
+ defDataIndex:['rowIndex','depotName','barCode','mname','mstandard','mmodel','materialOther','materialUnit','currentNumber',
+ 'lowSafeStock','highSafeStock','lowCritical','highCritical'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -134,6 +164,7 @@
},
created () {
this.getDepotData()
+ this.initColumnsSetting()
},
methods: {
getQueryParams() {
diff --git a/jshERP-web/src/views/report/VendorAccount.vue b/jshERP-web/src/views/report/VendorAccount.vue
index ea156f426..4da07fcb2 100644
--- a/jshERP-web/src/views/report/VendorAccount.vue
+++ b/jshERP-web/src/views/report/VendorAccount.vue
@@ -71,10 +71,37 @@
:scroll="scroll"
:loading="loading"
@change="handleTableChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恢复默认列配置:恢复默认
+
+
+
+
+
+
+
{{record.id?'详情':''}}
-
+
期末应付
@@ -147,10 +174,13 @@
firstTotal: '',
lastTotal: '',
tabKey: "1",
- // 表头
- columns: [
+ pageName: 'vendorAccount',
+ // 默认索引
+ defDataIndex:['rowIndex','action','supplier','contacts','telephone','phoneNum','email','preNeed','debtMoney','backMoney','allNeed'],
+ // 默认列
+ defColumns: [
{
- title: '#', dataIndex: 'rowIndex', width:40, align:"center",
+ dataIndex: 'rowIndex', width:40, align:"center", slots: { title: 'customTitle' },
customRender:function (t,r,index) {
return (t !== '合计') ? (parseInt(index) + 1) : t
}
@@ -167,7 +197,7 @@
{title: '本期欠款', dataIndex: 'debtMoney', sorter: (a, b) => a.debtMoney - b.debtMoney, width: 80},
{title: '本期付款', dataIndex: 'backMoney', sorter: (a, b) => a.backMoney - b.backMoney, width: 80},
{dataIndex: 'allNeed', sorter: (a, b) => a.allNeed - b.allNeed, width: 80,
- slots: { title: 'customTitle' }
+ slots: { title: 'allNeedTitle' }
}
],
url: {
@@ -177,6 +207,7 @@
},
created () {
this.initSupplier()
+ this.initColumnsSetting()
},
methods: {
getQueryParams() {