发票机器编码非必填

ywj_dev
anthonywj 2 years ago
parent d8bb844c13
commit 21c2a7e8d5

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

@ -31,7 +31,7 @@
<!--</el-row>--> <!--</el-row>-->
<el-row> <el-row>
<el-col :span="11"> <el-col :span="11">
<el-form-item label="机编码:" prop="machineNo"> <el-form-item label="机编码:" prop="machineNo">
<el-input <el-input
v-model="inputQuery.machineNo" v-model="inputQuery.machineNo"
auto-complete="off" auto-complete="off"
@ -338,9 +338,9 @@ export default {
1: "发票登记", 1: "发票登记",
}, },
formRules: { formRules: {
machineNo: [ // machineNo: [
{ required: true, message: "请输入机械编码", trigger: "blur" }, // { required: true, message: "", trigger: "blur" },
], // ],
invoiceCode: [ invoiceCode: [
{ required: true, message: "请输入发票代码", trigger: "blur" }, { required: true, message: "请输入发票代码", trigger: "blur" },
], ],
@ -476,10 +476,10 @@ export default {
this.$message.error("请选择要登记的物资! "); this.$message.error("请选择要登记的物资! ");
return false; return false;
} }
if (this.$isBlank(this.inputQuery.machineNo)) { // if (this.$isBlank(this.inputQuery.machineNo)) {
this.$message.error("机械编码不能为空!"); // this.$message.error("");
return; // return;
} // }
if (this.$isBlank(this.inputQuery.invoiceCode)) { if (this.$isBlank(this.inputQuery.invoiceCode)) {
this.$message.error("发票代码不能为空!"); this.$message.error("发票代码不能为空!");
return; return;

@ -24,7 +24,7 @@
icon="search" icon="search"
v-if="inputQuery.auditStatus == 0" v-if="inputQuery.auditStatus == 0"
@click="onModifySubmit(0)" @click="onModifySubmit(0)"
>草稿保存 >草稿保存
</el-button> </el-button>
<el-button <el-button
type="primary" type="primary"
@ -32,7 +32,7 @@
icon="search" icon="search"
v-if="inputQuery.auditStatus == 0 || inputQuery.auditStatus == 6" v-if="inputQuery.auditStatus == 0 || inputQuery.auditStatus == 6"
@click="onModifySubmit(6)" @click="onModifySubmit(6)"
>提交审核 >提交审核
</el-button> </el-button>
<el-button <el-button
@ -45,7 +45,7 @@
inputQuery.auditStatus == 2 inputQuery.auditStatus == 2
" "
@click="onModifySubmit(inputQuery.auditStatus)" @click="onModifySubmit(inputQuery.auditStatus)"
>提交审核 >提交审核
</el-button> </el-button>
</div> </div>
<el-row <el-row
@ -188,7 +188,7 @@
icon="search" icon="search"
@click="selectCert" @click="selectCert"
style="text-align: right" style="text-align: right"
>选入资质证书 >选入资质证书
</el-button> </el-button>
<el-button <el-button
@ -197,7 +197,7 @@
icon="search" icon="search"
@click="addCert()" @click="addCert()"
style="text-align: right" style="text-align: right"
>添加资质证书 >添加资质证书
</el-button> </el-button>
</div> </div>
@ -245,13 +245,15 @@
type="text" type="text"
size="small" size="small"
@click.native="addCert(scope.row)" @click.native="addCert(scope.row)"
>编辑</el-button >编辑
</el-button
> >
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click.native="showImgViewer(scope.row)" @click.native="showImgViewer(scope.row)"
>预览</el-button >预览
</el-button
> >
<el-button <el-button
type="text" type="text"
@ -262,14 +264,16 @@
scope.row.auditStatus == 6 scope.row.auditStatus == 6
" "
@click.native="deleteCompanyCert(scope.row)" @click.native="deleteCompanyCert(scope.row)"
>删除</el-button >删除
</el-button
> >
<el-button <el-button
type="text" type="text"
size="small" size="small"
v-if="scope.row.auditStatus == 2" v-if="scope.row.auditStatus == 2"
@click.native="explainCompanyCert(scope.row)" @click.native="explainCompanyCert(scope.row)"
>说明</el-button >说明
</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
@ -347,7 +351,7 @@ import {
getSubCompany, getSubCompany,
} from "@/api/supplier/supCompany"; } from "@/api/supplier/supCompany";
import store from "@/store/index"; import store from "@/store/index";
import { regionDataPlus, CodeToText } from "element-china-area-data"; import {regionDataPlus, CodeToText} from "element-china-area-data";
import { import {
filterCompanyCert, filterCompanyCert,
deleteCompanyCert, deleteCompanyCert,
@ -356,8 +360,8 @@ import {
import companyAddCert from "@/views/purchase/cert/supCertAddDialog"; import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
import supCertSetSelectDialog from "@/views/purchase/cert/supCertSetSelectDialog"; import supCertSetSelectDialog from "@/views/purchase/cert/supCertSetSelectDialog";
import draggable from "vuedraggable"; import draggable from "vuedraggable";
import { getCompany } from "@/api/supplier/company"; import {getCompany} from "@/api/supplier/company";
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 {
@ -535,7 +539,8 @@ export default {
this.getCompanyCertList(); this.getCompanyCertList();
this.selectedOptions = this.inputQuery.areaCode.split(","); this.selectedOptions = this.inputQuery.areaCode.split(",");
}) })
.catch(() => {}); .catch(() => {
});
}, },
onModifySubmit(val) { onModifySubmit(val) {
@ -565,7 +570,8 @@ export default {
} }
}); });
}) })
.catch(() => {}); .catch(() => {
});
} else { } else {
return false; return false;
} }
@ -578,7 +584,7 @@ export default {
var str = "是否确定提交审核?"; var str = "是否确定提交审核?";
} else if (val == 2) { } else if (val == 2) {
var str = "企业信息已拒绝审核,是否确认重新提交审核?"; var str = "企业信息已拒绝审核,是否确认重新提交审核?";
} else { } else {
var str = "企业信息已通过审核,是否确认重新提交审核?"; var str = "企业信息已通过审核,是否确认重新提交审核?";
} }
this.$refs["inputQuery"].validate((valid) => { this.$refs["inputQuery"].validate((valid) => {
@ -602,7 +608,8 @@ export default {
} }
}); });
}) })
.catch(() => {}); .catch(() => {
});
} else { } else {
return false; return false;
} }
@ -610,7 +617,8 @@ export default {
} }
}, },
onAuditSubmit() {}, onAuditSubmit() {
},
disableCert(row, status) { disableCert(row, status) {
row.status = status; row.status = status;
@ -720,7 +728,8 @@ export default {
confirmButtonText: "确定", confirmButtonText: "确定",
type: "warning", type: "warning",
showCancelButton: false, showCancelButton: false,
}).then(() => {}); }).then(() => {
});
}, },
deleteCompanyCert(row) { deleteCompanyCert(row) {
this.$confirm("是否删除?", "提示", { this.$confirm("是否删除?", "提示", {
@ -751,7 +760,8 @@ export default {
this.certLoading = false; this.certLoading = false;
}); });
}) })
.catch(() => {}); .catch(() => {
});
}, },
}, },
filters: { filters: {

Loading…
Cancel
Save