|
|
@@ -279,7 +279,7 @@ export default {
|
|
|
deliveryRemark: ''
|
|
|
},
|
|
|
proceeds: '0',
|
|
|
- sendTypeList:[{name:'自取',id:1},{name:'出车',id:0},{name:'跑腿',id:2}],
|
|
|
+ sendTypeList:[{name:'自取',id:1},{name:'自配送',id:0},{name:'跑腿',id:2}],
|
|
|
hasPayList:[{ name:'扫码', id:0, },{ name:'赊账', id:2, },{ name:'线下', id:1, }],
|
|
|
payWayList:[{ name:'线下微信', id:0 }, { name:'线下支付宝', id:1 },{ name:'现金', id:4 },{name:'银行卡',id:5}],
|
|
|
currentInputType:'proceeds',
|