From 999ee53229d1c9371efcbe7eb48a751e59e90e89 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 19 十一月 2025 15:00:14 +0800
Subject: [PATCH] 其他出库:代码优化
---
src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue b/src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue
index 1f15f58..885d566 100644
--- a/src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue
+++ b/src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue
@@ -353,7 +353,7 @@
</div>
</el-dialog>
<el-dialog title="闅愯棌鍒楄缃�" :visible.sync="openRowHide" width="816px" append-to-body>
- <RowSettings :colName="btResList" HModName="Kf_ProductInBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" />
+ <RowSettings :colName="btResList" HModName="Kf_OtherOutBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" />
</el-dialog>
</div>
</template>
@@ -367,7 +367,7 @@
import Material from '@/views/component/material'
export default {
- name: 'ProductInBill',
+ name: 'OtherOutBillEdit',
components: { Dept, Warehouse, Material, RowSettings },
props: {
OperationType: { type: Number, },
--
Gitblit v1.9.1