|
@@ -46,13 +46,6 @@ export const mixin = { // 导出混入对象
|
|
|
type: 'select',
|
|
type: 'select',
|
|
|
options: []
|
|
options: []
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- name: 'agreeId',
|
|
|
|
|
- label: '协议选择',
|
|
|
|
|
- type: 'select',
|
|
|
|
|
- options: [],
|
|
|
|
|
- optionsIabel: "agreementName",
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
name: 'licenseNo',
|
|
name: 'licenseNo',
|
|
|
label: '车牌号',
|
|
label: '车牌号',
|
|
@@ -112,12 +105,6 @@ export const mixin = { // 导出混入对象
|
|
|
type: 'date',
|
|
type: 'date',
|
|
|
list: 'quoteList'
|
|
list: 'quoteList'
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- name: ["attachStartDateStr", "attachEndDateStr"],
|
|
|
|
|
- label: '起保时间',
|
|
|
|
|
- type: 'date',
|
|
|
|
|
- list: 'attachList'
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
name: ["signStartDateStr", "signEndDateStr"],
|
|
name: ["signStartDateStr", "signEndDateStr"],
|
|
|
label: '签单时间',
|
|
label: '签单时间',
|
|
@@ -305,7 +292,7 @@ export const mixin = { // 导出混入对象
|
|
|
created() {
|
|
created() {
|
|
|
this.pageRequest.quoteStartDateStr = this.currentDate;
|
|
this.pageRequest.quoteStartDateStr = this.currentDate;
|
|
|
this.pageRequest.quoteEndDateStr = this.currentDate;
|
|
this.pageRequest.quoteEndDateStr = this.currentDate;
|
|
|
- this.$api.letter.gainTopList().then(res => {
|
|
|
|
|
|
|
+ this.$api.task.findOrderCompanyList().then(res => {
|
|
|
this.companyList = res.data;
|
|
this.companyList = res.data;
|
|
|
});
|
|
});
|
|
|
this.$api.dept.findAllTree().then(res => {
|
|
this.$api.dept.findAllTree().then(res => {
|
|
@@ -497,7 +484,7 @@ export const mixin = { // 导出混入对象
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
CompanyList() {
|
|
CompanyList() {
|
|
|
- this.$api.letter.gainTopList().then((res) => {
|
|
|
|
|
|
|
+ this.$api.task.findOrderCompanyList().then((res) => {
|
|
|
this.selectDataMatching(this.retrievalFields, 'companyId', res.data);
|
|
this.selectDataMatching(this.retrievalFields, 'companyId', res.data);
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|