|
|
@ -524,12 +524,26 @@
|
|
|
|
<div class="itemTag">
|
|
|
|
<div class="itemTag">
|
|
|
|
<span>{{ productRemarkSet.remarkTitle7 }}: </span>
|
|
|
|
<span>{{ productRemarkSet.remarkTitle7 }}: </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-input
|
|
|
|
<el-select
|
|
|
|
style="width: 65%"
|
|
|
|
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
|
|
|
v-model="repEditQuery.basicPrductRemak7"
|
|
|
|
v-model="repEditQuery.basicPrductRemak7"
|
|
|
|
></el-input>
|
|
|
|
filterable
|
|
|
|
|
|
|
|
remote
|
|
|
|
|
|
|
|
clearable="true"
|
|
|
|
|
|
|
|
reserve-keyword
|
|
|
|
|
|
|
|
placeholder="请选择物资类别"
|
|
|
|
|
|
|
|
:remote-method="findThrTypeMethod"
|
|
|
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-option
|
|
|
|
|
|
|
|
v-for="item in thrTypeOptions"
|
|
|
|
|
|
|
|
:key="item.code"
|
|
|
|
|
|
|
|
:label="item.name"
|
|
|
|
|
|
|
|
:value="item.code"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.code }}</span>
|
|
|
|
|
|
|
|
</el-option>
|
|
|
|
|
|
|
|
</el-select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
@ -538,12 +552,27 @@
|
|
|
|
<div class="itemTag">
|
|
|
|
<div class="itemTag">
|
|
|
|
<span>{{ productRemarkSet.remarkTitle8 }}: </span>
|
|
|
|
<span>{{ productRemarkSet.remarkTitle8 }}: </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-input
|
|
|
|
<el-select
|
|
|
|
style="width: 65%"
|
|
|
|
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
|
|
|
v-model="repEditQuery.basicPrductRemak8"
|
|
|
|
v-model="repEditQuery.basicPrductRemak8"
|
|
|
|
></el-input>
|
|
|
|
filterable
|
|
|
|
|
|
|
|
remote
|
|
|
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
|
|
|
clearable="true"
|
|
|
|
|
|
|
|
reserve-keyword
|
|
|
|
|
|
|
|
placeholder="请选择物价类别"
|
|
|
|
|
|
|
|
:remote-method="findHsflMethod"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-option
|
|
|
|
|
|
|
|
v-for="item in hsflOptions"
|
|
|
|
|
|
|
|
:key="item.hsbm"
|
|
|
|
|
|
|
|
:label="item.hsmc"
|
|
|
|
|
|
|
|
:value="item.hsbm"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<span style="float: left">{{ item.hsmc }}</span>
|
|
|
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.hsbm }}</span>
|
|
|
|
|
|
|
|
</el-option>
|
|
|
|
|
|
|
|
</el-select>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -560,6 +589,7 @@ import {filterByUuid} from "../../../api/basic/udiInfo";
|
|
|
|
import {insertCompanyProductRelevance, insertFilter} from "../../../api/basic/companyProductRelevance";
|
|
|
|
import {insertCompanyProductRelevance, insertFilter} from "../../../api/basic/companyProductRelevance";
|
|
|
|
import store from "../../../store";
|
|
|
|
import store from "../../../store";
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
import {getHslbs, getThrProductType} from "@/api/thrsys/thrHsfl";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "UdIInfoSelect",
|
|
|
|
name: "UdIInfoSelect",
|
|
|
@ -599,7 +629,7 @@ export default {
|
|
|
|
supplementRequest: null,
|
|
|
|
supplementRequest: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
loading: false,
|
|
|
|
loading: false,
|
|
|
|
editQuery: null,
|
|
|
|
editQuery: {},
|
|
|
|
repEditQuery: {
|
|
|
|
repEditQuery: {
|
|
|
|
sptm: null,
|
|
|
|
sptm: null,
|
|
|
|
ybbm: null,
|
|
|
|
ybbm: null,
|
|
|
@ -652,6 +682,8 @@ export default {
|
|
|
|
selectLocalVisible: false,
|
|
|
|
selectLocalVisible: false,
|
|
|
|
productRemarkSet: {},
|
|
|
|
productRemarkSet: {},
|
|
|
|
supplementRequest: null,
|
|
|
|
supplementRequest: null,
|
|
|
|
|
|
|
|
hsflOptions: [],
|
|
|
|
|
|
|
|
thrTypeOptions: [],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -750,6 +782,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
allExport() {
|
|
|
|
allExport() {
|
|
|
|
|
|
|
|
debugger
|
|
|
|
this.postQuery.customerId = store.getters.customerId;
|
|
|
|
this.postQuery.customerId = store.getters.customerId;
|
|
|
|
this.postQuery.supplementRequest = this.repEditQuery;
|
|
|
|
this.postQuery.supplementRequest = this.repEditQuery;
|
|
|
|
insertFilter(this.postQuery).then(response => {
|
|
|
|
insertFilter(this.postQuery).then(response => {
|
|
|
@ -943,6 +976,39 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
findHsflMethod(query) {
|
|
|
|
|
|
|
|
this.hsflOptions = [];
|
|
|
|
|
|
|
|
let cQuery = {
|
|
|
|
|
|
|
|
key: query,
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
limit: 20
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
getHslbs(cQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
this.hsflOptions = response.data.list || [];
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
findThrTypeMethod(query) {
|
|
|
|
|
|
|
|
this.thrTypeOptions = [];
|
|
|
|
|
|
|
|
let cQuery = {
|
|
|
|
|
|
|
|
key: query,
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
limit: 20
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
getThrProductType(cQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
this.thrTypeOptions = response.data.list || [];
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|