|
@@ -492,12 +492,7 @@ export default {
|
|
|
callback(params)
|
|
callback(params)
|
|
|
},
|
|
},
|
|
|
rowPrint(row){
|
|
rowPrint(row){
|
|
|
- this.$router.push({
|
|
|
|
|
- path: `/myiframe/urlPath?name=preview-木材库-出库单.ureport.xml&src=${this.website.reportUrl}/preview?_u=blade-木材库-出库单`,
|
|
|
|
|
- query: {
|
|
|
|
|
- id:row.id,
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ this.$router.push(`/myiframe/urlPath?name=preview-木材库-出库单.ureport.xml&src=${this.website.reportUrl}/preview?_u=blade-木材库-出库单.ureport.xml&id=${row.id}`);
|
|
|
},
|
|
},
|
|
|
async saveColumn() {
|
|
async saveColumn() {
|
|
|
const inSave = await this.saveColumnData(
|
|
const inSave = await this.saveColumnData(
|