|
@@ -214,7 +214,15 @@
|
|
|
delVisible: false, //批量删除弹框状态
|
|
delVisible: false, //批量删除弹框状态
|
|
|
loading: false, // 加载状态
|
|
loading: false, // 加载状态
|
|
|
processSubmitDialogFlag: false,
|
|
processSubmitDialogFlag: false,
|
|
|
- columns: [
|
|
|
|
|
|
|
+ cacheKeyUrl: 'eos-436e7400-saleManage-invoiceConfirm'
|
|
|
|
|
+ };
|
|
|
|
|
+ },
|
|
|
|
|
+ computed: {
|
|
|
|
|
+ clientEnvironmentId() {
|
|
|
|
|
+ return this.$store.state.user.info.clientEnvironmentId;
|
|
|
|
|
+ },
|
|
|
|
|
+ columns() {
|
|
|
|
|
+ return [
|
|
|
{
|
|
{
|
|
|
width: 45,
|
|
width: 45,
|
|
|
type: 'selection',
|
|
type: 'selection',
|
|
@@ -338,14 +346,8 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
fixed: 'right'
|
|
fixed: 'right'
|
|
|
}
|
|
}
|
|
|
- ],
|
|
|
|
|
- cacheKeyUrl: 'eos-436e7400-saleManage-invoiceConfirm'
|
|
|
|
|
- };
|
|
|
|
|
- },
|
|
|
|
|
- computed: {
|
|
|
|
|
- clientEnvironmentId() {
|
|
|
|
|
- return this.$store.state.user.info.clientEnvironmentId;
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
methods: {
|
|
methods: {
|