|
|
|
@ -22,32 +22,32 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row >
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="机械编码:" prop="machineNo">
|
|
|
|
|
<el-input v-model="inputQuery.machineNo" auto-complete="off" ></el-input>
|
|
|
|
|
<el-form-item label="机器编码:" prop="machineNo">
|
|
|
|
|
<el-input v-model="inputQuery.machineNo" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="发票代码:" prop="invoiceCode">
|
|
|
|
|
<el-input v-model="inputQuery.invoiceCode" auto-complete="off" ></el-input>
|
|
|
|
|
<el-input v-model="inputQuery.invoiceCode" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="发票编码:" prop="invoiceEncode">
|
|
|
|
|
<el-input v-model="inputQuery.invoiceEncode" auto-complete="off" ></el-input>
|
|
|
|
|
<el-form-item label="发票编码:" prop="invoiceEncode">
|
|
|
|
|
<el-input v-model="inputQuery.invoiceEncode" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="发票价格:" prop="price">
|
|
|
|
|
<el-input v-model="inputQuery.price" auto-complete="off" ></el-input>
|
|
|
|
|
<el-input v-model="inputQuery.price" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
@ -67,7 +67,7 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="备注:" prop="remark">
|
|
|
|
|
<el-input v-model="inputQuery.remark" auto-complete="off" ></el-input>
|
|
|
|
|
<el-input v-model="inputQuery.remark" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -104,12 +104,13 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="文件预览:">
|
|
|
|
|
<el-button type="success" size="mini" icon="search" v-if="this.inputQuery.licenseUrl!=null"
|
|
|
|
|
style="text-align:right" @click="showImgViewer" >
|
|
|
|
|
文件预览
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="success" size="mini" icon="search" v-if="this.inputQuery.licenseUrl!=null"
|
|
|
|
|
style="text-align:right" @click="showImgViewer">
|
|
|
|
|
文件预览
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
@ -126,7 +127,7 @@ import store from "@/store";
|
|
|
|
|
import {insertCompanyCert, updateCompanyCert} from "@/api/purchase/companyCert";
|
|
|
|
|
import {updateById} from '@/api/inout/orderDetailBiz'
|
|
|
|
|
import ElImageViewer from "element-ui/packages/image/src/image-viewer";
|
|
|
|
|
import { previewImage } from '@/api/purchase/supCompany'
|
|
|
|
|
import {previewImage} from '@/api/purchase/supCompany'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -145,24 +146,24 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
imgList:[],
|
|
|
|
|
imgViewerVisible:false,
|
|
|
|
|
imgList: [],
|
|
|
|
|
imgViewerVisible: false,
|
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
|
code: "",
|
|
|
|
|
formData: {
|
|
|
|
|
ggxh:"",
|
|
|
|
|
cpmctymc:"",
|
|
|
|
|
machineNo:"",
|
|
|
|
|
invoiceCode:"",
|
|
|
|
|
invoiceEncode:"",
|
|
|
|
|
price:"",
|
|
|
|
|
remark:"",
|
|
|
|
|
licenseUrl:""
|
|
|
|
|
ggxh: "",
|
|
|
|
|
cpmctymc: "",
|
|
|
|
|
machineNo: "",
|
|
|
|
|
invoiceCode: "",
|
|
|
|
|
invoiceEncode: "",
|
|
|
|
|
price: "",
|
|
|
|
|
remark: "",
|
|
|
|
|
licenseUrl: ""
|
|
|
|
|
},
|
|
|
|
|
formRules: {
|
|
|
|
|
machineNo: [
|
|
|
|
|
{required: true, message: "请输入机械编码", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
// machineNo: [
|
|
|
|
|
// {required: true, message: "请输入机器编码", trigger: "blur"}
|
|
|
|
|
// ],
|
|
|
|
|
invoiceCode: [
|
|
|
|
|
{required: true, message: "请输入发票代码", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
@ -170,10 +171,10 @@ export default {
|
|
|
|
|
{required: true, message: "请输入发票编码", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
price: [
|
|
|
|
|
{required : true, message: "请输入发票价格", trigger:"blur"}
|
|
|
|
|
{required: true, message: "请输入发票价格", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
remark: [
|
|
|
|
|
{required : true, message: "请输入备注", trigger:"blur"}
|
|
|
|
|
{required: true, message: "请输入备注", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
loading: false,
|
|
|
|
@ -185,43 +186,43 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
draggable,ElImageViewer
|
|
|
|
|
draggable, ElImageViewer
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
submitUpload() {
|
|
|
|
|
this.$refs["dataForm"].validate(valid => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
if (this.$isBlank(this.inputQuery.machineNo)) {
|
|
|
|
|
this.$message.error("机械编码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceCode)) {
|
|
|
|
|
this.$message.error("发票代码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceEncode)) {
|
|
|
|
|
this.$message.error("发票编码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.price)) {
|
|
|
|
|
this.$message.error("发票价格不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.remark)) {
|
|
|
|
|
this.$message.error("备注不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
updateById(this.inputQuery).then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.$message({
|
|
|
|
|
type: "success",
|
|
|
|
|
message: "修改成功!",
|
|
|
|
|
});
|
|
|
|
|
this.closeDialog();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
if (valid) {
|
|
|
|
|
// if (this.$isBlank(this.inputQuery.machineNo)) {
|
|
|
|
|
// this.$message.error("机器编码不能为空!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceCode)) {
|
|
|
|
|
this.$message.error("发票代码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceEncode)) {
|
|
|
|
|
this.$message.error("发票编码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.price)) {
|
|
|
|
|
this.$message.error("发票价格不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.inputQuery.remark)) {
|
|
|
|
|
this.$message.error("备注不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
updateById(this.inputQuery).then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.$message({
|
|
|
|
|
type: "success",
|
|
|
|
|
message: "修改成功!",
|
|
|
|
|
});
|
|
|
|
|
this.closeDialog();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -267,7 +268,7 @@ export default {
|
|
|
|
|
//
|
|
|
|
|
// },
|
|
|
|
|
uploadHandleRemove(file, fileList) {
|
|
|
|
|
this.inputQuery.licenseUrl=null;
|
|
|
|
|
this.inputQuery.licenseUrl = null;
|
|
|
|
|
console.log(file, fileList);
|
|
|
|
|
},
|
|
|
|
|
uploadHandlePreview(file) {
|
|
|
|
@ -306,7 +307,7 @@ export default {
|
|
|
|
|
uploadHandleSuccess(response, file, fileList) {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.inputQuery.licenseUrl = response.data.name;
|
|
|
|
|
// this.onSubmit();
|
|
|
|
|
// this.onSubmit();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error("文件上传失败:" + response.message);
|
|
|
|
|
}
|
|
|
|
@ -314,24 +315,28 @@ export default {
|
|
|
|
|
uploadHandleError() {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
showImgViewer(){
|
|
|
|
|
showImgViewer() {
|
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
|
this.imgList=[];
|
|
|
|
|
previewImage({imageUrl:this.inputQuery.licenseUrl,certFileUrl:this.certFileUrl}).then(response => {
|
|
|
|
|
this.imgList = [];
|
|
|
|
|
previewImage({imageUrl: this.inputQuery.licenseUrl, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.imgList=response.data;
|
|
|
|
|
this.imgList = response.data;
|
|
|
|
|
}
|
|
|
|
|
console.log(this.imgList)
|
|
|
|
|
this.imgViewerVisible = true;
|
|
|
|
|
});
|
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
|
const m = (e) => {
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
};
|
|
|
|
|
document.body.style.overflow = 'hidden';
|
|
|
|
|
document.addEventListener("touchmove", m, false); // 禁止页面滑动
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
},
|
|
|
|
|