Merge remote-tracking branch 'origin/dev' into dev

dev
anthonywj 2 years ago
commit a2eab2e14b

@ -10,10 +10,10 @@
<div class="inv-hos-title">
<span
style="margin-left:8px;color: #2d8cf0;font-size: 14px;">部门:{{ deptName }}</span>
style="margin: 10px;color: #2d8cf0;font-size: 14px;">部门&nbsp:&nbsp{{ deptName }}</span>
<span
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">仓库:{{ inv }}</span>
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户:{{ this.companyName }}</span>
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">仓库&nbsp:&nbsp{{ inv }}</span>
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户&nbsp:&nbsp吴XX{{ this.companyName }}</span>
<span
style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{
this.userName

@ -108,7 +108,7 @@
<el-table-column label="第三方往来单位名称" prop="thirdName" show-overflow-tooltip></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-button type="text" size="small" @click="intentSelect(scope.row)" :disabled="!configParms.basicCorp">
<el-button type="text" size="small" @click.native.stop="intentSelect(scope.row)" :disabled="scope.row.thirdId=='' ||scope.row.thirdId!=null || !configParms.basicCorp">
关联
</el-button>
<el-button type="text" size="small" @click.native.stop="removeErp(scope.row)"

@ -195,11 +195,11 @@
<el-button
type="text"
size="small"
:disabled="!scope.row.licenseUrl"
@click.native.stop="showImgViewer(scope.row)"
>预览
</el-button
>
</template>
</el-table-column>
</el-table>

@ -503,6 +503,8 @@ export default {
limit: 20,
};
this.getList();
this.manufacturerList = [];
this.registrationList = [];
this.productList = [];
this.salesmanList = [];
},
@ -586,6 +588,7 @@ export default {
limit: 10,
};
this.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList();
},
close() {

@ -391,6 +391,8 @@ export default {
this.getList();
this.productList = [];
this.salesmanList = [];
this.manufacturerList = [];
this.registrationList = [];
},
hideSearch() {
this.showSearch = !this.showSearch;
@ -469,6 +471,7 @@ export default {
limit: 10,
};
this.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList();
},
hideSearch1() {

@ -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">
@ -219,6 +219,12 @@
v-model="editQuery.bhxjsl"></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-row>
<el-row>
@ -270,14 +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-row>
<el-row>
<!-- <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="请输入内容"
@ -285,6 +289,7 @@
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-dialog>

@ -40,7 +40,7 @@
<el-table-column label="产品最小销售标识" prop="nameCode" show-overflow-tooltip></el-table-column>
<el-table-column label="物资名称" prop="cpmctymc" show-overflow-tooltip></el-table-column>
<el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column>
<el-table-column label="包装单位" prop="bzcj" show-overflow-tooltip></el-table-column>
<el-table-column label="包装单位" prop="packUnit" show-overflow-tooltip></el-table-column>
<!-- <el-table-column label="操作" width="180px">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button type="text" @click.native.stop="singleDiEdit">编辑</el-button>-->

@ -426,3 +426,4 @@ export default {
<style scoped>
</style>

Loading…
Cancel
Save