feat(crm): 新增订单操作记录、异议和收款组件

refactor(crm): 重构订单操作使用actions统一处理
style(crm): 清理无用代码和注释
fix(crm): 修复订单记录排序问题
This commit is contained in:
砂糖
2025-12-26 14:45:11 +08:00
parent 2033d39243
commit 96b6e844d9
12 changed files with 1190 additions and 48 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script>
import { listCustomer } from '@/api/wms/customer';
import { listCustomer } from '@/api/crm/customer';
export default {
name: 'CustomerSelect',