|
|
|
@ -196,7 +196,9 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small" @click.native.stop="determine(scope.row)">确认</el-button>
|
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small"
|
|
|
|
|
@click.native.stop="determine(scope.row)">确认
|
|
|
|
|
</el-button>
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
@ -225,7 +227,7 @@
|
|
|
|
|
<!--单据业务详情-->
|
|
|
|
|
<el-tab-pane>
|
|
|
|
|
<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-key="id" highlight-current-row
|
|
|
|
|
>
|
|
|
|
@ -337,11 +339,14 @@
|
|
|
|
|
<!--单据业务详情-->
|
|
|
|
|
<el-tab-pane>
|
|
|
|
|
<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"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="发票编码" width="150"
|
|
|
|
|
prop="invoiceEncode"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="物资名称"
|
|
|
|
|
prop="cpmctymc" width="150"
|
|
|
|
@ -366,10 +371,7 @@
|
|
|
|
|
label="发票代码" width="150"
|
|
|
|
|
prop="invoiceCode"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="发票编码" width="150"
|
|
|
|
|
prop="invoiceEncode"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="开票日期" width="150"
|
|
|
|
|
prop="invoiceDate"
|
|
|
|
@ -462,9 +464,6 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="formMap[formName]"
|
|
|
|
|
:visible.sync="InvoiceRegisterv"
|
|
|
|
@ -514,7 +513,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
deleteByOrderId,
|
|
|
|
|
getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder,filterOrderList
|
|
|
|
|
getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder, filterOrderList
|
|
|
|
|
} from '../../api/inout/order'
|
|
|
|
|
import {getLocalJoinByUser} from "@/api/basic/busType";
|
|
|
|
|
import {getInvListByUser} from "@/api/system/invWarehouse";
|
|
|
|
@ -552,13 +551,14 @@ export default {
|
|
|
|
|
name: "IoCheckSuccessOrder",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
savebillno:null,
|
|
|
|
|
invoiceRow:[],
|
|
|
|
|
inputInv:[],
|
|
|
|
|
checkInvoice:false,
|
|
|
|
|
savebillno: null,
|
|
|
|
|
invoiceRow: [],
|
|
|
|
|
inputInv: [],
|
|
|
|
|
checkInvoice: false,
|
|
|
|
|
imgList: [],
|
|
|
|
|
imgViewerVisible: false,
|
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
|
IMAGE_URL: process.env.VUE_APP_SYNC_API,
|
|
|
|
|
showSearch: true,
|
|
|
|
|
filterQuery: {
|
|
|
|
|
id: "",
|
|
|
|
@ -572,17 +572,17 @@ export default {
|
|
|
|
|
endTime: null,
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
},
|
|
|
|
|
Refresh:{
|
|
|
|
|
id:"",
|
|
|
|
|
orderIdFk:null,
|
|
|
|
|
bizIdFk:"",
|
|
|
|
|
Refresh: {
|
|
|
|
|
id: "",
|
|
|
|
|
orderIdFk: null,
|
|
|
|
|
bizIdFk: "",
|
|
|
|
|
},
|
|
|
|
|
determineVisible: false,
|
|
|
|
|
determineData:null,
|
|
|
|
|
determineData: null,
|
|
|
|
|
corpLoading: false,
|
|
|
|
|
fromOptions: [],
|
|
|
|
|
regId:null,
|
|
|
|
|
par:[],
|
|
|
|
|
regId: null,
|
|
|
|
|
par: [],
|
|
|
|
|
|
|
|
|
|
formName: 1,
|
|
|
|
|
formMap: {
|
|
|
|
@ -711,7 +711,7 @@ export default {
|
|
|
|
|
subRow: null,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer,InvoiceRegistrationDetermine,checkInvoice},
|
|
|
|
|
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice},
|
|
|
|
|
methods: {
|
|
|
|
|
// upData(data){
|
|
|
|
|
// this.invoiceRow = data;
|
|
|
|
@ -732,21 +732,21 @@ export default {
|
|
|
|
|
endTime: null,
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
};
|
|
|
|
|
this.actDateRange=[];
|
|
|
|
|
this.auditDateRange=[];
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.auditDateRange = [];
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
InvoiceRegister1(row){
|
|
|
|
|
this.savebillno=row.billNo
|
|
|
|
|
this.inputInv=row;
|
|
|
|
|
this.checkInvoice=true;
|
|
|
|
|
InvoiceRegister1(row) {
|
|
|
|
|
this.savebillno = row.billNo
|
|
|
|
|
this.inputInv = row;
|
|
|
|
|
this.checkInvoice = true;
|
|
|
|
|
},
|
|
|
|
|
closecheckInvoice(){
|
|
|
|
|
this.checkInvoice=false;
|
|
|
|
|
closecheckInvoice() {
|
|
|
|
|
this.checkInvoice = false;
|
|
|
|
|
this.getList();
|
|
|
|
|
this.currentRow.billNo=this.savebillno;
|
|
|
|
|
this.bizQuery.orderIdFk=this.savebillno;
|
|
|
|
|
this.codeQuery.orderIdFk=this.savebillno;
|
|
|
|
|
this.currentRow.billNo = this.savebillno;
|
|
|
|
|
this.bizQuery.orderIdFk = this.savebillno;
|
|
|
|
|
this.codeQuery.orderIdFk = this.savebillno;
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
this.getBizDetailListInv();
|
|
|
|
|
|
|
|
|
@ -777,7 +777,7 @@ export default {
|
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
|
},
|
|
|
|
|
showImgViewer(row) {
|
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
|
this.certFileUrl = this.IMAGE_URL + "/mapi" + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
|
this.imgList = [];
|
|
|
|
|
previewImage({imageUrl: row.licenseUrl, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
@ -836,8 +836,8 @@ export default {
|
|
|
|
|
type: "warning",
|
|
|
|
|
})
|
|
|
|
|
.then(() => {
|
|
|
|
|
this.par=row;
|
|
|
|
|
this.par.regId=this.regId;
|
|
|
|
|
this.par = row;
|
|
|
|
|
this.par.regId = this.regId;
|
|
|
|
|
deleteById(row)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
@ -1039,11 +1039,11 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.bizDetailLoading = true;
|
|
|
|
|
if(row != null) {
|
|
|
|
|
this.bizQuery.orderIdFk=row.orderIdFk;
|
|
|
|
|
if (row != null) {
|
|
|
|
|
this.bizQuery.orderIdFk = row.orderIdFk;
|
|
|
|
|
this.bizQuery.batchNo = row.batchNo;
|
|
|
|
|
this.bizQuery.relId = row.bindRlFk;
|
|
|
|
|
// this.bizQuery.bizIdFk = row.id;
|
|
|
|
|
// this.bizQuery.bizIdFk = row.id;
|
|
|
|
|
}
|
|
|
|
|
filterListInvoice(this.bizQuery).then((res) => {
|
|
|
|
|
this.bizDetailLoading = false;
|
|
|
|
@ -1065,14 +1065,14 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BizDetail(row) {
|
|
|
|
|
this.regId=row.id;
|
|
|
|
|
this.regId = row.id;
|
|
|
|
|
this.bizQuery.page = 1;
|
|
|
|
|
this.subRow = row;
|
|
|
|
|
this.getBizDetailListInv(row);
|
|
|
|
|
},
|
|
|
|
|
determine(row){
|
|
|
|
|
this.determineData=row;
|
|
|
|
|
this.determineVisible=true;
|
|
|
|
|
determine(row) {
|
|
|
|
|
this.determineData = row;
|
|
|
|
|
this.determineVisible = true;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//单据撤回
|
|
|
|
@ -1134,9 +1134,9 @@ export default {
|
|
|
|
|
return statusMap[status];
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getNewInv (row){
|
|
|
|
|
this.Refresh.orderIdFk=row.billNo;
|
|
|
|
|
addBizProduct(this.Refresh).then( (res) => {
|
|
|
|
|
getNewInv(row) {
|
|
|
|
|
this.Refresh.orderIdFk = row.billNo;
|
|
|
|
|
addBizProduct(this.Refresh).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.$message.success("刷新成功!");
|
|
|
|
|
this.getList();
|
|
|
|
|