Browse Source

客户、车型库、销售订单

master
Zhao Qiqi 3 years ago
parent
commit
ed9ce34acd
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/modellibrary.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue
  3. 1
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xuanzekehu.vue
  4. 16
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/modellibrary.vue

@ -413,6 +413,10 @@ export default {
resetState() {
this.viewState = 1
this.handReset()
},
handleReturn(){
this.$store.dispatch('tagsView/delView', this.$route)
this.$router.go(-1)
}
}
}

2
anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue

@ -126,7 +126,7 @@
<el-col :span="8">
<el-form-item>
<el-select v-model="crmFindemandVo_copy.managementName" placeholder="请选择" style="width:50%">
<el-option v-for="(item, index) in supplier" :key="index" :label="item.manageName" :value="item.manageName"/>
<el-option v-for="(item, index) in supplier" :key="item.sid" :label="item.bankName" :value="item.bankName"/>
</el-select>
</el-form-item>
</el-col>

1
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/xuanzekehu.vue

@ -116,7 +116,6 @@
Pagination,
pageye,
xuanzekehuAdd,
typeValues
},
data() {
return {

16
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanAdd.vue

@ -834,7 +834,7 @@ import {
dictType,
fetchDetailsBySid,
getCaigouList,
getGuaKaoCompanyType,
// getGuaKaoCompanyType,
getOneBillNo,
getPdfByOrderSid,
getXianList,
@ -1135,13 +1135,13 @@ export default {
this.saleTypeList = response.data
}
})
//
getGuaKaoCompanyType().then((response) => {
if (response.code === '200') {
this.guaKaoCompanyList = response.data
console.log('挂靠公司', this.guaKaoCompanyList)
}
})
//
// getGuaKaoCompanyType().then((response) => {
// if (response.code === '200') {
// this.guaKaoCompanyList = response.data
// console.log('', this.guaKaoCompanyList)
// }
// })
// 访
dictType({

Loading…
Cancel
Save