完善销售单
This commit is contained in:
@@ -145,7 +145,16 @@ export default {
|
||||
tableKey: 0,
|
||||
list: [],
|
||||
sids: [], // 用于导出的时候保存已选择的SIDs
|
||||
billType_list: [],
|
||||
billType_list: [
|
||||
{
|
||||
dictKey: '001',
|
||||
dictValue: '线下订单'
|
||||
},
|
||||
{
|
||||
dictKey: '002',
|
||||
dictValue: '预售订单'
|
||||
}
|
||||
],
|
||||
deliveryType_list: [],
|
||||
state_list: [
|
||||
{
|
||||
@@ -198,11 +207,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
typeValues({ type: 'billType' }).then((res) => {
|
||||
if (res.success) {
|
||||
this.billType_list = res.data
|
||||
}
|
||||
})
|
||||
typeValues({ type: 'deliveryType' }).then((res) => {
|
||||
if (res.success) {
|
||||
this.deliveryType_list = res.data
|
||||
|
||||
Reference in New Issue
Block a user