发票修改,检验报告修改。

ywj_dev
anthonywj 2 years ago
parent 133c471532
commit 00eaeb1afc

@ -41,6 +41,15 @@ export function updateById(data) {
}); });
} }
export function updateBizById(data) {
return axios({
url: "/udiwms/inout/bizDetail/updateById",
method: "post",
data: data
});
}
export function insertInvoice(params) { export function insertInvoice(params) {
return axios({ return axios({
url: "/udiwms/inout/biz/insertInvoice", url: "/udiwms/inout/biz/insertInvoice",

@ -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);
}, },

@ -196,7 +196,9 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" width="160" fixed="right"> <el-table-column label="操作" width="160" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small" @click.native.stop="determine(scope.row)"></el-button> <el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
@click.native.stop="determine(scope.row)">确认
</el-button>
<el-button <el-button
type="text" type="text"
size="small" size="small"
@ -220,7 +222,7 @@
<!--单据业务详情--> <!--单据业务详情-->
<el-tab-pane> <el-tab-pane>
<span slot="label">单据 {{ currentRow.billNo }}-单据详情</span> <span slot="label">单据 {{ currentRow.billNo }}-单据详情</span>
<el-table v-loading="bizDetailLoading" :data="codeDetailList" style="width: 100%" border <el-table v-loading="bizDetailLoading" :data="codeDetailList" style="width: 100%" border
@row-click="BizDetail" @row-click="BizDetail"
row-key="id" highlight-current-row row-key="id" highlight-current-row
> >
@ -332,11 +334,14 @@
<!--单据业务详情--> <!--单据业务详情-->
<el-tab-pane> <el-tab-pane>
<span slot="label">单据 {{ currentRow.billNo }}-发票信息</span> <span slot="label">单据 {{ currentRow.billNo }}-发票信息</span>
<el-table v-loading="bizDetailLoading" :data="bizDetailList" style="width: 100%" border <el-table v-loading="bizDetailLoading" :data="bizDetailList" style="width: 100%" border
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column
label="发票代码" width="150"
prop="invoiceCode"
></el-table-column>
<el-table-column <el-table-column
label="物资名称" label="物资名称"
prop="cpmctymc" width="150" prop="cpmctymc" width="150"
@ -357,10 +362,6 @@
prop="machineNo" prop="machineNo"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="发票代码" width="150"
prop="invoiceCode"
></el-table-column>
<el-table-column <el-table-column
label="发票编码" width="150" label="发票编码" width="150"
prop="invoiceEncode" prop="invoiceEncode"
@ -457,9 +458,6 @@
</el-dialog> </el-dialog>
<el-dialog <el-dialog
:title="formMap[formName]" :title="formMap[formName]"
:visible.sync="InvoiceRegisterv" :visible.sync="InvoiceRegisterv"
@ -509,7 +507,7 @@
<script> <script>
import { import {
deleteByOrderId, deleteByOrderId,
getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder,filterOrderList getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder, filterOrderList
} from '../../api/inout/order' } from '../../api/inout/order'
import {getLocalJoinByUser} from "@/api/basic/busType"; import {getLocalJoinByUser} from "@/api/basic/busType";
import {getInvListByUser} from "@/api/system/invWarehouse"; import {getInvListByUser} from "@/api/system/invWarehouse";
@ -547,10 +545,10 @@ export default {
name: "IoCheckSuccessOrder", name: "IoCheckSuccessOrder",
data() { data() {
return { return {
savebillno:null, savebillno: null,
invoiceRow:[], invoiceRow: [],
inputInv:[], inputInv: [],
checkInvoice:false, checkInvoice: false,
imgList: [], imgList: [],
imgViewerVisible: false, imgViewerVisible: false,
BASE_URL: process.env.VUE_APP_BASE_API, BASE_URL: process.env.VUE_APP_BASE_API,
@ -568,11 +566,11 @@ export default {
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
}, },
determineVisible: false, determineVisible: false,
determineData:null, determineData: null,
corpLoading: false, corpLoading: false,
fromOptions: [], fromOptions: [],
regId:null, regId: null,
par:[], par: [],
formName: 1, formName: 1,
formMap: { formMap: {
@ -701,7 +699,7 @@ export default {
subRow: null, subRow: null,
}; };
}, },
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer,InvoiceRegistrationDetermine,checkInvoice}, components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice},
methods: { methods: {
// upData(data){ // upData(data){
// this.invoiceRow = data; // this.invoiceRow = data;
@ -722,21 +720,21 @@ export default {
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
}; };
this.actDateRange=[]; this.actDateRange = [];
this.auditDateRange=[]; this.auditDateRange = [];
this.getList(); this.getList();
}, },
InvoiceRegister1(row){ InvoiceRegister1(row) {
this.savebillno=row.billNo this.savebillno = row.billNo
this.inputInv=row; this.inputInv = row;
this.checkInvoice=true; this.checkInvoice = true;
}, },
closecheckInvoice(){ closecheckInvoice() {
this.checkInvoice=false; this.checkInvoice = false;
this.getList(); this.getList();
this.currentRow.billNo=this.savebillno; this.currentRow.billNo = this.savebillno;
this.bizQuery.orderIdFk=this.savebillno; this.bizQuery.orderIdFk = this.savebillno;
this.codeQuery.orderIdFk=this.savebillno; this.codeQuery.orderIdFk = this.savebillno;
this.getCodeDetailList(); this.getCodeDetailList();
this.getBizDetailListInv(); this.getBizDetailListInv();
@ -825,8 +823,8 @@ export default {
type: "warning", type: "warning",
}) })
.then(() => { .then(() => {
this.par=row; this.par = row;
this.par.regId=this.regId; this.par.regId = this.regId;
deleteById(row) deleteById(row)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
@ -857,7 +855,7 @@ export default {
//this.resultQuery.page = 1; //this.resultQuery.page = 1;
this.getCodeDetailList(); this.getCodeDetailList();
//this.getResultDetailList(); //this.getResultDetailList();
}, },
// //
clearDetailList() { clearDetailList() {
@ -947,9 +945,9 @@ export default {
getInvList() { getInvList() {
getInvListByUser() getInvListByUser()
.then((response) => { .then((response) => {
let invlist1= response.data || []; let invlist1 = response.data || [];
for(var i=0;i<invlist1.length;i++){ for (var i = 0; i < invlist1.length; i++) {
if(invlist1[i].code== 1000000){ if (invlist1[i].code == 1000000) {
this.invList.push(invlist1[i]); this.invList.push(invlist1[i]);
} }
} }
@ -1036,8 +1034,8 @@ export default {
} }
this.bizDetailLoading = true; this.bizDetailLoading = true;
this.bizQuery.orderIdFk = this.currentRow.billNo; this.bizQuery.orderIdFk = this.currentRow.billNo;
if(row != null) { if (row != null) {
this.bizQuery.orderIdFk=row.orderIdFk; this.bizQuery.orderIdFk = row.orderIdFk;
this.bizQuery.batchNo = row.batchNo; this.bizQuery.batchNo = row.batchNo;
this.bizQuery.relId = row.bindRlFk; this.bizQuery.relId = row.bindRlFk;
//this.bizQuery.bizIdFk = row.id; //this.bizQuery.bizIdFk = row.id;
@ -1062,14 +1060,14 @@ export default {
BizDetail(row) { BizDetail(row) {
this.regId=row.id; this.regId = row.id;
this.bizQuery.page = 1; this.bizQuery.page = 1;
this.subRow = row; this.subRow = row;
this.getBizDetailListInv(row); this.getBizDetailListInv(row);
}, },
determine(row){ determine(row) {
this.determineData=row; this.determineData = row;
this.determineVisible=true; this.determineVisible = true;
}, },
// //
@ -1098,7 +1096,7 @@ export default {
this.Upinvoice = false; this.Upinvoice = false;
this.getBizDetailListInv(); this.getBizDetailListInv();
this.getOrderDetails(); this.getOrderDetails();
}, },
closeInvoice(row) { closeInvoice(row) {
this.InvoiceRegisterv = false; this.InvoiceRegisterv = false;

@ -459,7 +459,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="180" label="目标单据状态"> <el-table-column width="180" label="同步后单据状态">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select style="width: 90%" <el-select style="width: 90%"
v-model="scope.row.syncStatus" v-model="scope.row.syncStatus"
@ -576,7 +576,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="180" label="目标单据状态"> <el-table-column width="180" label="同步后单据状态">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select style="width: 90%" <el-select style="width: 90%"
v-model="scope.row.syncStatus" v-model="scope.row.syncStatus"

Loading…
Cancel
Save