|
@@ -373,6 +373,7 @@ export default {
|
|
|
getDetail () {
|
|
|
this.spinning = true
|
|
|
custFindById({ id: this.custId }).then(res => {
|
|
|
+ debugger
|
|
|
const data = res.data
|
|
|
if (res.status == 200 && data) {
|
|
|
if (data.provinceSn) { this.getArea('city', data.provinceSn) }
|
|
@@ -394,7 +395,8 @@ export default {
|
|
|
dispatchType: data.dispatchType, // 配送方式
|
|
|
satelliteFlag: data.satelliteFlag, // 是否卫星仓客户
|
|
|
priceType: data.priceType, // 价格类型
|
|
|
- settleStyleSn: data.settleStyleSn // 收款方式
|
|
|
+ settleStyleSn: data.settleStyleSn, // 收款方式
|
|
|
+ dealerSn: data.dealerSn ? data.dealerSn : ''
|
|
|
})
|
|
|
// this.buyerSnBak = this.form.buyerSn
|
|
|
// this.priceTypeBak = this.form.priceType
|