diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanchaxun/xiaoshoudingdanchaxun.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanchaxun/xiaoshoudingdanchaxun.vue
index 7cd4ae5dbc..acab0e5db3 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanchaxun/xiaoshoudingdanchaxun.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanchaxun/xiaoshoudingdanchaxun.vue
@@ -8,8 +8,25 @@
{{ searchxianshitit }}
@@ -41,6 +58,11 @@
{{ scope.row.contractId }}
+
+
+ {{ scope.row.vinNo }}
+
+
{{ scope.row.customerName }}
@@ -119,6 +141,7 @@ import pageye from '@/components/pagination/pageye'
import ButtonBar from '@/components/ButtonBar'
import req from '@/api/jichuxinxi/dingdanchaxun'
import { getStorage } from '@/utils/auth'
+import { typeValues } from '@/api/dictcommons/dictcommons'
import xiaoshoudingdanInfo from '../../xiaoshouguanli/xiaoshoudingdan/xiaoshoudingdanInfo'
export default {
@@ -149,6 +172,7 @@ export default {
tableKey: 0,
list: [],
sids: [],
+ purchaseType_list: [],
FormLoading: false,
listLoading: false,
listQuery: {
@@ -156,7 +180,13 @@ export default {
orgPath: '',
name: '',
userSid: '',
- menuUrl: ''
+ menuUrl: '',
+ nodeState: '',
+ modelName: '',
+ contractNo: '',
+ createByName: '',
+ createByDept: '',
+ saleTypeKey: ''
},
current: 1,
size: 10,
@@ -223,6 +253,11 @@ export default {
}
},
init() {
+ typeValues({ type: 'purchaseType' }).then((res) => {
+ if (res.success) {
+ this.purchaseType_list = res.data
+ }
+ })
this.getList()
},
// 序号
@@ -267,7 +302,13 @@ export default {
orgPath: '',
name: '',
userSid: '',
- menuUrl: ''
+ menuUrl: '',
+ nodeState: '',
+ modelName: '',
+ contractNo: '',
+ createByName: '',
+ createByDept: '',
+ saleTypeKey: ''
},
current: 1,
size: 10,