|
@@ -99,6 +99,21 @@
|
|
<el-input v-model="screenForm.refRegionWork" placeholder="请输入区域"></el-input>
|
|
<el-input v-model="screenForm.refRegionWork" placeholder="请输入区域"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="备注" prop="refRegionWork">
|
|
|
|
+ <el-input v-model="screenForm.remark" placeholder="备注"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col v-if="!isCustomer" :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="格力内部备注" prop="refRegionWork">
|
|
|
|
+ <el-input v-model="screenForm.geLiInerNote" placeholder="格力内部备注"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="跨区厂编号" prop="refRegionWork">
|
|
|
|
+ <el-input v-model="screenForm.refFactoryNo" placeholder="跨区厂编号"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
|
|
<el-col :xs="24" :sm="24" :lg="12" class="tr">
|
|
<el-col :xs="24" :sm="24" :lg="12" class="tr">
|
|
<el-form-item label="">
|
|
<el-form-item label="">
|
|
@@ -165,6 +180,9 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="left" label="使用单位" prop="refUseUnit" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="使用单位" prop="refUseUnit" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="行业类别" prop="refTradeCategory" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="行业类别" prop="refTradeCategory" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="left" label="备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column v-if="!isCustomer" align="left" label="格力内部备注" prop="geLiInerNote" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="left" label="跨区厂编号" prop="refFactoryNo" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="120" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="120" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip>
|
|
<el-table-column align="left" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -332,7 +350,7 @@ export default {
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|
|
statusFilter(val) {
|
|
statusFilter(val) {
|
|
- let obj = that.statusList.find(o => o.value == val);
|
|
|
|
|
|
+ let obj = that.statusList.find(o => o.value === val);
|
|
return obj ? obj.label : ''
|
|
return obj ? obj.label : ''
|
|
},
|
|
},
|
|
typeFilter(val) {
|
|
typeFilter(val) {
|
|
@@ -366,6 +384,9 @@ export default {
|
|
specification: '',
|
|
specification: '',
|
|
customerKeyword: '',
|
|
customerKeyword: '',
|
|
refRegionWork: '',
|
|
refRegionWork: '',
|
|
|
|
+ remark: '',
|
|
|
|
+ geLiInerNote: '',
|
|
|
|
+ refFactoryNo: ''
|
|
},
|
|
},
|
|
statusList: [
|
|
statusList: [
|
|
{ label: '已保存', value: 'SAVE' },
|
|
{ label: '已保存', value: 'SAVE' },
|
|
@@ -415,9 +436,15 @@ export default {
|
|
specification: this.screenForm.specification,
|
|
specification: this.screenForm.specification,
|
|
customerKeyword: this.screenForm.customerKeyword,
|
|
customerKeyword: this.screenForm.customerKeyword,
|
|
refRegionWork: this.screenForm.refRegionWork,
|
|
refRegionWork: this.screenForm.refRegionWork,
|
|
|
|
+ remark: this.screenForm.remark,
|
|
|
|
+ geLiInerNote: this.screenForm.geLiInerNote,
|
|
|
|
+ refFactoryNo: this.screenForm.refFactoryNo,
|
|
enginOrderType: 'HOME', // TRADE=商用 HOME=家用
|
|
enginOrderType: 'HOME', // TRADE=商用 HOME=家用
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ isCustomer() {
|
|
|
|
+ return this.$store.getters.customerId && this.$store.getters.customerNumber
|
|
|
|
+ }
|
|
},
|
|
},
|
|
|
|
|
|
beforeCreate() {
|
|
beforeCreate() {
|
|
@@ -475,6 +502,9 @@ export default {
|
|
specification: this.screenForm.specification,
|
|
specification: this.screenForm.specification,
|
|
customerKeyword: this.screenForm.customerKeyword,
|
|
customerKeyword: this.screenForm.customerKeyword,
|
|
refRegionWork: this.screenForm.refRegionWork,
|
|
refRegionWork: this.screenForm.refRegionWork,
|
|
|
|
+ remark: this.screenForm.remark,
|
|
|
|
+ geLiInerNote: this.screenForm.geLiInerNote,
|
|
|
|
+ refFactoryNo: this.screenForm.refFactoryNo,
|
|
enginOrderType: 'HOME', // TRADE=商用 HOME=家用
|
|
enginOrderType: 'HOME', // TRADE=商用 HOME=家用
|
|
};
|
|
};
|
|
getOrderList(params).then((res) => {
|
|
getOrderList(params).then((res) => {
|