This commit is contained in:
gyq
2026-04-03 15:36:16 +08:00
11 changed files with 811 additions and 88 deletions

View File

@@ -168,7 +168,7 @@
<!-- 打印操作 -->
<PrintDrawer ref="PrintDrawerRef" />
<!-- 结算订单 -->
<SettleAccount ref="SettleAccountRef" @success="orderListAjax" />
<SettleAccount ref="SettleAccountRef" type="order" @success="orderListAjax" />
<!-- 全部商品 -->
<allGoodsDialog ref="allGoodsDialogRef" />
</template>