review:【erp 系统】相关代码

This commit is contained in:
YunaiV
2025-09-02 23:16:28 +08:00
parent 744eef46f4
commit 41583c5e41
38 changed files with 70 additions and 85 deletions

View File

@@ -71,9 +71,7 @@ const handleUpdateTotalPrice = (totalPrice: number) => {
}
};
/**
* 创建或更新销售订单
*/
/** 创建或更新销售订单 */
const [Modal, modalApi] = useVbenModal({
async onConfirm() {
const { valid } = await formApi.validate();

View File

@@ -243,6 +243,7 @@ const init = (items: ErpSaleOrderApi.SaleOrderItem[] | undefined): void => {
return newItem;
})
: [];
// TODO @XuZhiqiang使用 await 风格哈;
nextTick(() => {
gridApi.grid.reloadData(tableData.value);
});