|
|
|
@ -196,7 +196,9 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="160" fixed="right">
|
|
|
|
|
<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
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
@ -220,7 +222,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
|
|
|
|
|
>
|
|
|
|
@ -332,11 +334,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="invoiceCode"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="物资名称"
|
|
|
|
|
prop="cpmctymc" width="150"
|
|
|
|
@ -357,10 +362,6 @@
|
|
|
|
|
prop="machineNo"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="发票代码" width="150"
|
|
|
|
|
prop="invoiceCode"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="发票编码" width="150"
|
|
|
|
|
prop="invoiceEncode"
|
|
|
|
@ -457,9 +458,6 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="formMap[formName]"
|
|
|
|
|
:visible.sync="InvoiceRegisterv"
|
|
|
|
@ -509,7 +507,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";
|
|
|
|
@ -547,10 +545,10 @@ 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,
|
|
|
|
@ -568,11 +566,11 @@ export default {
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
},
|
|
|
|
|
determineVisible: false,
|
|
|
|
|
determineData:null,
|
|
|
|
|
determineData: null,
|
|
|
|
|
corpLoading: false,
|
|
|
|
|
fromOptions: [],
|
|
|
|
|
regId:null,
|
|
|
|
|
par:[],
|
|
|
|
|
regId: null,
|
|
|
|
|
par: [],
|
|
|
|
|
|
|
|
|
|
formName: 1,
|
|
|
|
|
formMap: {
|
|
|
|
@ -701,7 +699,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;
|
|
|
|
@ -722,21 +720,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();
|
|
|
|
|
|
|
|
|
@ -825,8 +823,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) {
|
|
|
|
@ -857,7 +855,7 @@ export default {
|
|
|
|
|
//this.resultQuery.page = 1;
|
|
|
|
|
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
//this.getResultDetailList();
|
|
|
|
|
//this.getResultDetailList();
|
|
|
|
|
},
|
|
|
|
|
// 清空单据详情数据列表
|
|
|
|
|
clearDetailList() {
|
|
|
|
@ -947,9 +945,9 @@ export default {
|
|
|
|
|
getInvList() {
|
|
|
|
|
getInvListByUser()
|
|
|
|
|
.then((response) => {
|
|
|
|
|
let invlist1= response.data || [];
|
|
|
|
|
for(var i=0;i<invlist1.length;i++){
|
|
|
|
|
if(invlist1[i].code== 1000000){
|
|
|
|
|
let invlist1 = response.data || [];
|
|
|
|
|
for (var i = 0; i < invlist1.length; i++) {
|
|
|
|
|
if (invlist1[i].code == 1000000) {
|
|
|
|
|
this.invList.push(invlist1[i]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1036,8 +1034,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.bizDetailLoading = true;
|
|
|
|
|
this.bizQuery.orderIdFk = this.currentRow.billNo;
|
|
|
|
|
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;
|
|
|
|
@ -1062,14 +1060,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;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//单据撤回
|
|
|
|
@ -1098,7 +1096,7 @@ export default {
|
|
|
|
|
this.Upinvoice = false;
|
|
|
|
|
this.getBizDetailListInv();
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
closeInvoice(row) {
|
|
|
|
|
this.InvoiceRegisterv = false;
|
|
|
|
|