File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 163
163
</Dialog >
164
164
165
165
<!-- 可退货的订单列表 -->
166
- <!-- < PurchaseOrderReturnEnableList-->
167
- <!-- ref="purchaseOrderReturnEnableListRef"-->
168
- <!-- @success="handlePurchaseOrderChange"-->
169
- <!-- /> -- >
166
+ <PurchaseOrderReturnEnableList
167
+ ref =" purchaseOrderReturnEnableListRef"
168
+ @success =" handlePurchaseOrderChange"
169
+ / >
170
170
</template >
171
171
<script setup lang="ts">
172
172
import { PurchaseReturnApi , PurchaseReturnVO } from ' @/api/erp/purchase/return'
173
173
import PurchaseReturnItemForm from ' ./components/PurchaseReturnItemForm.vue'
174
174
import { SupplierApi , SupplierVO } from ' @/api/erp/purchase/supplier'
175
175
import { AccountApi , AccountVO } from ' @/api/erp/finance/account'
176
176
import { erpPriceInputFormatter , erpPriceMultiply } from ' @/utils'
177
- // import PurchaseOrderReturnEnableList from '@/views/erp/purchase/order/components/PurchaseOrderReturnEnableList.vue'
177
+ import PurchaseOrderReturnEnableList from ' @/views/erp/purchase/order/components/PurchaseOrderReturnEnableList.vue'
178
178
import { PurchaseOrderVO } from ' @/api/erp/purchase/order'
179
179
import * as UserApi from ' @/api/system/user'
180
180
You can’t perform that action at this time.
0 commit comments