Commit c30efcb4 authored by qinj's avatar qinj

传参修改

parent fb6f0eea
......@@ -348,12 +348,14 @@ export default {
this.status=2
},
approveClick(){
const extLockRsp_SDK=this.formData.ExtLockRsp_SDK.toString()
const extLockCity_SDK=this.formData.ExtLockCity_SDK.toString()
const cc={extProcessNode_SDK:this.formData.ExtProcessNode_SDK,
extCustomerType_SDK:this.formData.ExtCustomerType_SDK,
extProvince_SDK:this.formData.ExtProvince_SDK,
objectID:this.formData.ObjectID,
extLockRsp_SDK:this.formData.extLockRsp_SDK.toString(),
extLockCity_SDK:this.formData.ExtLockCity_SDK.toString(),
extLockRsp_SDK:extLockRsp_SDK,
extLockCity_SDK:extLockCity_SDK,
extChannelType_SDK:this.formData.ExtChannelType_SDK}
if(this.status==1){
const add={customerDTO:cc,note:this.form.note,result:"approve"}
......
......@@ -327,12 +327,13 @@ export default {
this.status=2
},
approveClick(){
const ExtLockCity_SDK=this.formData.ExtLockCity_SDK.toString()
const cc={extProcessNode_SDK:this.formData.ExtProcessNode_SDK,
extCustomerType_SDK:this.formData.ExtCustomerType_SDK,
extProvince_SDK:this.formData.ExtProvince_SDK,
objectID:this.formData.ObjectID,
extLockRsp_SDK:this.formData.extLockRsp_SDK.toString(),
extLockCity_SDK:this.formData.ExtLockCity_SDK.toString(),
extLockRsp_SDK:this.formData.extLockRsp_SDK,
extLockCity_SDK:ExtLockCity_SDK,
extChannelType_SDK:this.formData.ExtChannelType_SDK}
if(this.status==1){
const add={customerDTO:cc,note:this.form.note,result:"approve"}
......
......@@ -528,6 +528,8 @@ export default {
// this.formData.extDistrictName_SDK=el[this.formData.extDistrict_SDK]
// })
this.formData.ExtCustomerType_SDK=101
this.formData.ExtProductGroup_KUT=this.formData.ExtProductGroup_KUT.toString()
this.formData.ExtTotalAgent_KUT=this.formData.ExtTotalAgent_KUT.toString()
// this.loading=true
this.$request(Customer.searchUrl,this.paramsToFormData(this.formData)).then((resp) => {
// this.loading=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment