|
@@ -85,8 +85,12 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
- <el-col :xs="24" :sm="24" :lg="12" class="tr">
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-form-item label="区域" prop="refRegionWork">
|
|
|
+ <el-input v-model="screenForm.refRegionWork" placeholder="请输入区域"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="24" :lg="6" class="tr">
|
|
|
<el-form-item label="">
|
|
|
<el-button @click="resetScreenForm">清空</el-button>
|
|
|
<el-button type="primary" @click="submitScreenForm">搜索</el-button>
|
|
@@ -212,6 +216,8 @@
|
|
|
<el-table-column align="left" label="表头业务员" prop="k3ServiceName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="制单人" prop="createBy" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="制单日期" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="left" label="区域" prop="refRegionWork" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
+
|
|
|
<el-table-column align="left" label="审核人" prop="approvalName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="审核日期" prop="approvalTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="审核状态" prop="examineStatus" min-width="100" show-overflow-tooltip>
|
|
@@ -311,6 +317,7 @@ export default {
|
|
|
jxsNum: '',
|
|
|
status: '',
|
|
|
salesMan: '',
|
|
|
+ refRegionWork:''
|
|
|
},
|
|
|
categoryList: [],
|
|
|
salesmanList: [],
|
|
@@ -339,6 +346,7 @@ export default {
|
|
|
startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
categoryName: this.screenForm.type,
|
|
|
+ refRegionWork:this.screenForm.refRegionWork,
|
|
|
serviceId: this.screenForm.salesMan,
|
|
|
orderType: 3, // 2家用工程 3商用工程
|
|
|
}
|
|
@@ -398,6 +406,7 @@ export default {
|
|
|
customerName: this.screenForm.jxsName,
|
|
|
materialName: this.screenForm.chName,
|
|
|
specification: this.screenForm.model,
|
|
|
+ refRegionWork:this.screenForm.refRegionWork,
|
|
|
startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
categoryName: this.screenForm.type,
|