更换正式环境,测试修改

This commit is contained in:
GaoHao
2025-03-25 21:49:33 +08:00
parent f01bc839f7
commit 7fe5d028e4
71 changed files with 930 additions and 2016 deletions

View File

@@ -43,21 +43,35 @@ export const $invoicingType = [{
value: ''
},
{
text: '供应商入库',
value: 'purveyor'
text: '手动入库',
value: 'manual-in'
},
{
text: '供应商退货',
value: 'reject'
text: '手动出库',
value: 'manual-out'
},
{
text: '其他入库',
value: 'purchase'
text: '盘盈入库',
value: 'win-in'
},
{
text: '其他出库',
text: '盘亏出库',
value: 'loss-out'
},
{
text: '订单退款入库',
value: 'other-out'
},
{
text: '订单消费出库',
value: 'order-out'
},
{
text: '损耗出库',
value: 'damage-out'
}
]
// 页面常用数据