代码优化

This commit is contained in:
GaoHao
2025-03-26 13:34:19 +08:00
parent e928fdfa2a
commit 413222a5f0
42 changed files with 166 additions and 531 deletions

View File

@@ -70,8 +70,7 @@
import { ref, reactive, computed, watch } from 'vue';
import myListItem from './components/list-item.vue';
import { $invoicingType } from '@/commons/goodsData.js'
import { productStockFlow } from '@/http/api/product.js'
@@ -98,7 +97,7 @@
// 库存分类
const types = reactive({
list:$invoicingType,
list: uni.$dict.invoicingType,
active: '',
show: false,
bottomHeight: 14