|
|
|
@ -4,12 +4,11 @@
|
|
|
|
|
:model="inputQuery"
|
|
|
|
|
:rules="rules"
|
|
|
|
|
ref="inputQuery"
|
|
|
|
|
label-width="100px"
|
|
|
|
|
label-width="150px"
|
|
|
|
|
style="margin-top: -30px"
|
|
|
|
|
>
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<div style="float: right">
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
size="mini"
|
|
|
|
@ -47,10 +46,9 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top:50px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="所属供应商:" label-width="150px" prop="customerId">
|
|
|
|
|
<el-form-item label="所属供应商:" prop="customerId">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="inputQuery.customerId"
|
|
|
|
|
filterable
|
|
|
|
@ -76,7 +74,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="所属生产企业:" label-width="150px" prop="manufacturerIdFk">
|
|
|
|
|
<el-form-item label="所属生产企业:" prop="manufacturerIdFk">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="inputQuery.companyName"
|
|
|
|
|
filterable
|
|
|
|
@ -104,7 +102,7 @@
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="产品通用名称:" label-width="150px" prop="recordProductName">
|
|
|
|
|
<el-form-item label="产品通用名称:" prop="recordProductName">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
disabled
|
|
|
|
@ -115,7 +113,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="注册/备案人名称:" label-width="150px" prop="recordPeopleName">
|
|
|
|
|
<el-form-item label="注册/备案人名称:" prop="recordPeopleName">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
disabled
|
|
|
|
@ -129,7 +127,7 @@
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="产品类别:" label-width="150px" prop="hchzsb">
|
|
|
|
|
<el-form-item label="产品类别:" prop="hchzsb">
|
|
|
|
|
<el-select
|
|
|
|
|
size="small"
|
|
|
|
|
disabled
|
|
|
|
@ -143,7 +141,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="器械类别:" label-width="150px" prop="qxlb">
|
|
|
|
|
<el-form-item label="器械类别:" prop="qxlb">
|
|
|
|
|
<el-select
|
|
|
|
|
size="small"
|
|
|
|
|
v-model="inputQuery.productType"
|
|
|
|
@ -160,7 +158,7 @@
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="注册/备案号:" label-width="150px" prop="recordCode">
|
|
|
|
|
<el-form-item label="注册/备案号:" prop="recordCode">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
@ -170,7 +168,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="器械目录分类编码:" label-width="150px" prop="productDirectoryCode">
|
|
|
|
|
<el-form-item label="器械目录分类编码:" prop="productDirectoryCode">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
@ -180,48 +178,78 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="代理人名称:" label-width="150px" prop="agentName">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- placeholder="请输入内容"-->
|
|
|
|
|
<!-- v-model="inputQuery.agentName"-->
|
|
|
|
|
<!-- @input="change()"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="产品描述:" label-width="150px" prop="cpms">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.cpms"
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
<el-form-item label="允许无批次号">
|
|
|
|
|
<el-select v-model="inputQuery.allowNoBatch" style="width: 100%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="规格型号:" label-width="150px" prop="specification">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
type="textarea"
|
|
|
|
|
autosize
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.specification"
|
|
|
|
|
@input="change()"
|
|
|
|
|
></el-input>
|
|
|
|
|
<el-form-item label="允许无失效日期">
|
|
|
|
|
<el-select v-model="inputQuery.allowNoExpire" style="width: 100%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="允许无批次号">
|
|
|
|
|
<el-select v-model="inputQuery.allowNoProduct" style="width: 100%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="允许无序列号">
|
|
|
|
|
<el-select v-model="inputQuery.allowNoSerial" style="width: 100%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-row :gutter="20" class="el-row" type="flex">-->
|
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="产品描述:" prop="cpms">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- placeholder="请输入内容"-->
|
|
|
|
|
<!-- v-model="inputQuery.cpms"-->
|
|
|
|
|
<!-- @input="change()"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="规格型号:" prop="specification">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- type="textarea"-->
|
|
|
|
|
<!-- autosize-->
|
|
|
|
|
<!-- placeholder="请输入内容"-->
|
|
|
|
|
<!-- v-model="inputQuery.specification"-->
|
|
|
|
|
<!-- @input="change()"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-form-item label="备注:" label-width="150px" prop="remark">
|
|
|
|
|
<el-form-item label="备注:" prop="remark">
|
|
|
|
|
<el-input
|
|
|
|
|
type="textarea"
|
|
|
|
|
size="small"
|
|
|
|
@ -283,7 +311,8 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="text" size="mini" @click.native="showImgViewer(scope.row)">预览</el-button>
|
|
|
|
|
<el-image-viewer v-if="imgViewerVisible" style="z-index:9999" :on-close="closeImgViewer" :url-list="imgList" />
|
|
|
|
|
<el-image-viewer v-if="imgViewerVisible" style="z-index:9999" :on-close="closeImgViewer"
|
|
|
|
|
:url-list="imgList"/>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
@ -378,7 +407,7 @@ import {
|
|
|
|
|
} from "../../../api/purchase/suppliersRegistrationBasic";
|
|
|
|
|
import {regionDataPlus} from "element-china-area-data";
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import { getSupComapnys, previewImage } from '@/api/purchase/supCompany'
|
|
|
|
|
import {getSupComapnys, previewImage} from '@/api/purchase/supCompany'
|
|
|
|
|
import {getCompanyList} from "@/api/purchase/supManufacturer";
|
|
|
|
|
import {deleteCompanyCert, filterCompanyCert} from "@/api/purchase/companyCert";
|
|
|
|
|
import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
|
|
|
|
@ -386,6 +415,7 @@ import supCertSetSelectDialog from "@/views/purchase/cert/supCertSetSelectDialog
|
|
|
|
|
import companyProducts from "@/views/purchase/company/companyProducts";
|
|
|
|
|
import {getUUID} from "@/utils/strUtil";
|
|
|
|
|
import ElImageViewer from "element-ui/packages/image/src/image-viewer"
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "supProductEditDialog",
|
|
|
|
|
props: {
|
|
|
|
@ -411,8 +441,8 @@ export default {
|
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
|
fromOptions: [],
|
|
|
|
|
fromPMOptions: [],
|
|
|
|
|
imgViewerVisible:false,
|
|
|
|
|
imgList:[],
|
|
|
|
|
imgViewerVisible: false,
|
|
|
|
|
imgList: [],
|
|
|
|
|
pmQuery: {
|
|
|
|
|
customerId: null,
|
|
|
|
|
companyName: null,
|
|
|
|
@ -551,7 +581,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
draggable, companyAddCert, supCertSetSelectDialog, companyProducts,ElImageViewer
|
|
|
|
|
draggable, companyAddCert, supCertSetSelectDialog, companyProducts, ElImageViewer
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
onModifySubmit(val) {
|
|
|
|
@ -638,34 +668,37 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
isAssetTypeAnImage(ext) {
|
|
|
|
|
return [
|
|
|
|
|
'png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].
|
|
|
|
|
indexOf(ext.toLowerCase()) !== -1;
|
|
|
|
|
'png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].indexOf(ext.toLowerCase()) !== -1;
|
|
|
|
|
},
|
|
|
|
|
showImgViewer(row){
|
|
|
|
|
var varindex= row.filePath.lastIndexOf(".");
|
|
|
|
|
var varext = row.filePath.substring(varindex+1);
|
|
|
|
|
var isImage=this.isAssetTypeAnImage(varext);
|
|
|
|
|
if(isImage==true){
|
|
|
|
|
showImgViewer(row) {
|
|
|
|
|
var varindex = row.filePath.lastIndexOf(".");
|
|
|
|
|
var varext = row.filePath.substring(varindex + 1);
|
|
|
|
|
var isImage = this.isAssetTypeAnImage(varext);
|
|
|
|
|
if (isImage == true) {
|
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
|
this.imgList=[];
|
|
|
|
|
previewImage({imageUrl:row.filePath,certFileUrl:this.certFileUrl}).then(response => {
|
|
|
|
|
this.imgList = [];
|
|
|
|
|
previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.imgList.push(response.data);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
this.imgViewerVisible = true;
|
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
|
const m = (e) => {
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
};
|
|
|
|
|
document.body.style.overflow = 'hidden';
|
|
|
|
|
document.addEventListener("touchmove", m, false); // 禁止页面滑动
|
|
|
|
|
}else{
|
|
|
|
|
} else {
|
|
|
|
|
this.toViewCompanyCert(row);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
closeImgViewer(){
|
|
|
|
|
closeImgViewer() {
|
|
|
|
|
this.imgViewerVisible = false;
|
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
|
const m = (e) => {
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
};
|
|
|
|
|
document.body.style.overflow = 'auto';
|
|
|
|
|
document.removeEventListener("touchmove", m, true);
|
|
|
|
|
},
|
|
|
|
|