|
|
|
@ -206,12 +206,12 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="包装级别" prop="bzcj">-->
|
|
|
|
|
<!-- <el-input style="width: 90%" size="small" splaceholder="请输入包装级别" v-model="editQuery.bzcj"-->
|
|
|
|
|
<!-- :disabled="true"></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="包装级别" prop="bzcj">-->
|
|
|
|
|
<!-- <el-input style="width: 90%" size="small" splaceholder="请输入包装级别" v-model="editQuery.bzcj"-->
|
|
|
|
|
<!-- :disabled="true"></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="包含下级包装数量" prop="bhxjsl">
|
|
|
|
@ -276,12 +276,12 @@
|
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" v-model="editQuery.cpms"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="计量单位" prop="measname">-->
|
|
|
|
|
<!-- <el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入内容"-->
|
|
|
|
|
<!-- v-model="editQuery.measname"></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="计量单位" prop="measname">-->
|
|
|
|
|
<!-- <el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入内容"-->
|
|
|
|
|
<!-- v-model="editQuery.measname"></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="最小包装单元内包含使用单元数量" prop="zxxsbzbhsydysl">
|
|
|
|
|
<el-input style="width: 90%" :disabled="!checked" size="small" splaceholder="请输入内容"
|
|
|
|
@ -311,9 +311,9 @@
|
|
|
|
|
<H3 style="margin-left: 10px;margin-bottom: 15px">{{ replTitle }}</H3>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6" class="el-col">
|
|
|
|
|
<div style=" float: right; text-align: right; margin-bottom: 8px;">
|
|
|
|
|
<el-button type="primary" icon="el-icon-upload" @click="selectExport">选中导入</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
<div style=" float: right; text-align: right; margin-bottom: 8px;">
|
|
|
|
|
<el-button type="primary" icon="el-icon-upload" @click="selectExport">选中导入</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 15px">
|
|
|
|
@ -524,12 +524,26 @@
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>{{ productRemarkSet.remarkTitle7 }}: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
<el-select
|
|
|
|
|
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>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
@ -538,12 +552,27 @@
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>{{ productRemarkSet.remarkTitle8 }}: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
<el-select
|
|
|
|
|
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>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -560,6 +589,7 @@ import {filterByUuid} from "../../../api/basic/udiInfo";
|
|
|
|
|
import {insertCompanyProductRelevance, insertFilter} from "../../../api/basic/companyProductRelevance";
|
|
|
|
|
import store from "../../../store";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
import {getHslbs, getThrProductType} from "@/api/thrsys/thrHsfl";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "UdIInfoSelect",
|
|
|
|
@ -599,7 +629,7 @@ export default {
|
|
|
|
|
supplementRequest: null,
|
|
|
|
|
},
|
|
|
|
|
loading: false,
|
|
|
|
|
editQuery: null,
|
|
|
|
|
editQuery: {},
|
|
|
|
|
repEditQuery: {
|
|
|
|
|
sptm: null,
|
|
|
|
|
ybbm: null,
|
|
|
|
@ -652,6 +682,8 @@ export default {
|
|
|
|
|
selectLocalVisible: false,
|
|
|
|
|
productRemarkSet: {},
|
|
|
|
|
supplementRequest: null,
|
|
|
|
|
hsflOptions: [],
|
|
|
|
|
thrTypeOptions: [],
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -750,6 +782,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
allExport() {
|
|
|
|
|
debugger
|
|
|
|
|
this.postQuery.customerId = store.getters.customerId;
|
|
|
|
|
this.postQuery.supplementRequest = this.repEditQuery;
|
|
|
|
|
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() {
|
|
|
|
|
},
|
|
|
|
|