llj
2025-11-24 32f82063cdb7540a98057933d5b0272df1224ec8
点击单据号编辑
2个文件已修改
30 ■■■■ 已修改文件
src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue
@@ -670,8 +670,19 @@
            this.selectedRows = selection;
        },
        onBillNoClick(row) {
            const id = row.hmainid || row.HInterID;
            window.open('./Fb_StepFoldinBillEdit.html?OperationType=3&linterid=' + id, '_blank');
            const table = this.$refs.mainTable;
            if (table) {
                try {
                    table.clearSelection();
                    table.toggleRowSelection(row, true);
                } catch (e) {
                    if (table.setCurrentRow) table.setCurrentRow(row);
                }
            }
            this.selectedRows = [row];
            this.operationType = '3';
            this.currentId = row.hmainid || row.HInterID || row.HItemID || '';
            this.editDialogVisible = true;
        },
        get_BarCodeDetail() {
        if (this.selectedRows.length !== 1) {
src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
@@ -669,8 +669,19 @@
            this.selectedRows = selection;
        },
        onBillNoClick(row) {
            const id = row.hmainid || row.HInterID;
            window.open('./Fb_StepFoldinBillEdit.html?OperationType=3&linterid=' + id, '_blank');
            const table = this.$refs.mainTable;
            if (table) {
                try {
                    table.clearSelection();
                    table.toggleRowSelection(row, true);
                } catch (e) {
                    if (table.setCurrentRow) table.setCurrentRow(row);
                }
            }
            this.selectedRows = [row];
            this.operationType = '3';
            this.currentId = row.hmainid || row.HInterID || row.HItemID || '';
            this.editDialogVisible = true;
        },
        get_BarCodeDetail() {
        if (this.selectedRows.length !== 1) {