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() { resetState() {
this.viewState = 1 this.viewState = 1
this.handReset() 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-col :span="8">
<el-form-item> <el-form-item>
<el-select v-model="crmFindemandVo_copy.managementName" placeholder="请选择" style="width:50%"> <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-select>
</el-form-item> </el-form-item>
</el-col> </el-col>

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

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

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

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

Loading…
Cancel
Save