|
@@ -55,6 +55,14 @@
|
|
|
},
|
|
|
async created() {
|
|
|
this.option = await this.getColumnData(this.getColumnName(42), option);
|
|
|
+ if (this.systemType == 'GN') {
|
|
|
+ this.option.column.forEach(item => {
|
|
|
+ if (item.prop == 'billNo' || item.prop == 'invoiceWeight' || item.prop == 'billWeight') {
|
|
|
+ item.hide = true;
|
|
|
+ item.showColumn = false;
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
},
|
|
|
methods:{
|
|
|
refreshChange(){
|