|
@@ -101,7 +101,7 @@ export default {
|
|
|
getFormData(){
|
|
|
this.shipForm.deliveryId = this.goodsInfo.deliveryId
|
|
|
this.shipForm.deliveryFlowId = this.goodsInfo.deliveryFlowId
|
|
|
- this.shipForm.deliveryType = this.goodsInfo.deliveryType
|
|
|
+ this.shipForm.deliveryType = this.goodsInfo.deliveryFlowId?"1":"2"
|
|
|
},
|
|
|
|
|
|
// 关闭发货弹框
|