更换正式环境,测试修改
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
||||
// 页面常用数据
|
||||
|
||||
Reference in New Issue
Block a user