|
|
@ -39,7 +39,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="name">
|
|
|
|
<el-form-item prop="name">
|
|
|
|
<el-input v-model="inputQuery.batchNo" auto-complete="off" :disabled="true" ></el-input>
|
|
|
|
<el-input v-model="inputQuery.batchNo" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-input v-model="inputQuery.price" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
<el-input v-model="inputQuery.price" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -62,7 +62,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="name">
|
|
|
|
<el-form-item prop="name">
|
|
|
|
<el-input v-model="inputQuery.manufacturer" auto-complete="off" :disabled="true" ></el-input>
|
|
|
|
<el-input v-model="inputQuery.manufacturer" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-input v-model="inputQuery.certCode" auto-complete="off" :disabled="true" ></el-input>
|
|
|
|
<el-input v-model="inputQuery.certCode" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3">
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-input v-model="inputQuery.productDate" auto-complete="off" :disabled="true" ></el-input>
|
|
|
|
<el-input v-model="inputQuery.productDate" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3">
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-form-item prop="code">
|
|
|
|
<el-input v-model="inputQuery.measname" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
<el-input v-model="inputQuery.measname" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
@ -164,10 +164,11 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-button type="primary" size="mini" icon="search" v-if="this.inputQuery.filePath!=null"
|
|
|
|
<el-button type="primary" size="mini" icon="search" v-if="this.inputQuery.filePath!=null"
|
|
|
|
style="text-align:right" @click="showImgViewer" >
|
|
|
|
style="text-align:right" @click="showImgViewer">
|
|
|
|
检验报告预览
|
|
|
|
检验报告预览
|
|
|
|
</el-button>
|
|
|
|
</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-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -181,13 +182,12 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import store from "@/store";
|
|
|
|
import store from "@/store";
|
|
|
|
import {updateById} from '@/api/inout/orderDetailBiz'
|
|
|
|
import {updateBizById, updateById} from '@/api/inout/orderDetailBiz'
|
|
|
|
import {updateOrderDetailBiz} from '@/api/inout/order'
|
|
|
|
import {updateOrderDetailBiz} from '@/api/inout/order'
|
|
|
|
import { previewImage } from '@/api/purchase/supCompany'
|
|
|
|
import {previewImage} from '@/api/purchase/supCompany'
|
|
|
|
import ElImageViewer from "element-ui/packages/image/src/image-viewer";
|
|
|
|
import ElImageViewer from "element-ui/packages/image/src/image-viewer";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "DialogCheck",
|
|
|
|
name: "DialogCheck",
|
|
|
|
props: {
|
|
|
|
props: {
|
|
|
@ -208,19 +208,19 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
imgList:[],
|
|
|
|
imgList: [],
|
|
|
|
imgViewerVisible:false,
|
|
|
|
imgViewerVisible: false,
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
code: "",
|
|
|
|
code: "",
|
|
|
|
formData: {
|
|
|
|
formData: {
|
|
|
|
ggxh:"",
|
|
|
|
ggxh: "",
|
|
|
|
cpmctymc:"",
|
|
|
|
cpmctymc: "",
|
|
|
|
machineNo:"",
|
|
|
|
machineNo: "",
|
|
|
|
invoiceCode:"",
|
|
|
|
invoiceCode: "",
|
|
|
|
invoiceEncode:"",
|
|
|
|
invoiceEncode: "",
|
|
|
|
price:"",
|
|
|
|
price: "",
|
|
|
|
remark:"",
|
|
|
|
remark: "",
|
|
|
|
licenseUrl:""
|
|
|
|
licenseUrl: ""
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// formRules: {
|
|
|
|
// formRules: {
|
|
|
|
// name: [
|
|
|
|
// name: [
|
|
|
@ -239,20 +239,20 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {
|
|
|
|
components: {
|
|
|
|
draggable,ElImageViewer
|
|
|
|
draggable, ElImageViewer
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
submitUpload() {
|
|
|
|
submitUpload() {
|
|
|
|
updateById(this.inputQuery).then((res) =>{
|
|
|
|
updateBizById(this.inputQuery).then((res) => {
|
|
|
|
if(res.code==20000){
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.$message({
|
|
|
|
this.$message({
|
|
|
|
type: "success",
|
|
|
|
type: "success",
|
|
|
|
message: "修改成功!",
|
|
|
|
message: "修改成功!",
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.closeDialog();
|
|
|
|
this.closeDialog();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} )
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -299,8 +299,8 @@ export default {
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
uploadHandleRemove(file, fileList) {
|
|
|
|
uploadHandleRemove(file, fileList) {
|
|
|
|
this.inputQuery.filePath=null;
|
|
|
|
this.inputQuery.filePath = null;
|
|
|
|
this.inputQuery.checkFileName=null;
|
|
|
|
this.inputQuery.checkFileName = null;
|
|
|
|
console.log(file, fileList);
|
|
|
|
console.log(file, fileList);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadHandlePreview(file) {
|
|
|
|
uploadHandlePreview(file) {
|
|
|
@ -311,7 +311,7 @@ export default {
|
|
|
|
this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`);
|
|
|
|
this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadOnchange(file, fileList) {
|
|
|
|
uploadOnchange(file, fileList) {
|
|
|
|
this.inputQuery.checkFileName=file.name;
|
|
|
|
this.inputQuery.checkFileName = file.name;
|
|
|
|
let fileName = file.name;
|
|
|
|
let fileName = file.name;
|
|
|
|
let uid = file.uid
|
|
|
|
let uid = file.uid
|
|
|
|
let pos = fileName.lastIndexOf(".");
|
|
|
|
let pos = fileName.lastIndexOf(".");
|
|
|
@ -340,7 +340,7 @@ export default {
|
|
|
|
uploadHandleSuccess(response, file, fileList) {
|
|
|
|
uploadHandleSuccess(response, file, fileList) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.inputQuery.filePath = response.data.name;
|
|
|
|
this.inputQuery.filePath = response.data.name;
|
|
|
|
// this.onSubmit();
|
|
|
|
// this.onSubmit();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error("文件上传失败:" + response.message);
|
|
|
|
this.$message.error("文件上传失败:" + response.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -348,33 +348,37 @@ export default {
|
|
|
|
uploadHandleError() {
|
|
|
|
uploadHandleError() {
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadHandleBefore(file){
|
|
|
|
uploadHandleBefore(file) {
|
|
|
|
console.log(file)
|
|
|
|
console.log(file)
|
|
|
|
let isJPG = file.type === 'image/jpeg';
|
|
|
|
let isJPG = file.type === 'image/jpeg';
|
|
|
|
let isPNG = file.type === 'image/png';
|
|
|
|
let isPNG = file.type === 'image/png';
|
|
|
|
if(!isJPG&&!isPNG){
|
|
|
|
if (!isJPG && !isPNG) {
|
|
|
|
this.$message.error('只能上传jpg或png格式');
|
|
|
|
this.$message.error('只能上传jpg或png格式');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return isJPG || isPNG;
|
|
|
|
return isJPG || isPNG;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
showImgViewer(row){
|
|
|
|
showImgViewer(row) {
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
this.imgList=[];
|
|
|
|
this.imgList = [];
|
|
|
|
previewImage({imageUrl:this.inputQuery.filePath,certFileUrl:this.certFileUrl}).then(response => {
|
|
|
|
previewImage({imageUrl: this.inputQuery.filePath, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.imgList=response.data;
|
|
|
|
this.imgList = response.data;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log(this.imgList)
|
|
|
|
console.log(this.imgList)
|
|
|
|
this.imgViewerVisible = true;
|
|
|
|
this.imgViewerVisible = true;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
const m = (e) => {
|
|
|
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
|
|
|
};
|
|
|
|
document.body.style.overflow = 'hidden';
|
|
|
|
document.body.style.overflow = 'hidden';
|
|
|
|
document.addEventListener("touchmove", m, false); // 禁止页面滑动
|
|
|
|
document.addEventListener("touchmove", m, false); // 禁止页面滑动
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
closeImgViewer(){
|
|
|
|
closeImgViewer() {
|
|
|
|
this.imgViewerVisible = false;
|
|
|
|
this.imgViewerVisible = false;
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
const m = (e) => {
|
|
|
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
|
|
|
};
|
|
|
|
document.body.style.overflow = 'auto';
|
|
|
|
document.body.style.overflow = 'auto';
|
|
|
|
document.removeEventListener("touchmove", m, true);
|
|
|
|
document.removeEventListener("touchmove", m, true);
|
|
|
|
},
|
|
|
|
},
|
|
|
|