|
|
|
@ -99,7 +99,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="8">-->
|
|
|
|
|
<!-- <el-col :span="8">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="审核时间:">-->
|
|
|
|
|
<!-- <el-date-picker-->
|
|
|
|
|
<!-- :picker-options="pickerOptions"-->
|
|
|
|
@ -137,7 +137,7 @@
|
|
|
|
|
border
|
|
|
|
|
@current-change="handleSelectionChange"
|
|
|
|
|
:default-sort="defaultSort"
|
|
|
|
|
@sort-change="handleSortChange" >
|
|
|
|
|
@sort-change="handleSortChange">
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column label="送货单号" prop="billNo" show-overflow-tooltip width="180"></el-table-column>
|
|
|
|
|
<el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column>
|
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="创建时间" prop="createTime" show-overflow-tooltip width="150"
|
|
|
|
|
sortable="custom"
|
|
|
|
|
:sort-orders="['ascending', 'descending']" >
|
|
|
|
|
:sort-orders="['ascending', 'descending']">
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!-- <i class="el-icon-time"></i>-->
|
|
|
|
|
<!-- <span>{{ scope.row.createTime }}</span>-->
|
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="核对时间" prop="checkTime" show-overflow-tooltip width="150"
|
|
|
|
|
sortable="custom"
|
|
|
|
|
:sort-orders="['ascending', 'descending']" >
|
|
|
|
|
:sort-orders="['ascending', 'descending']">
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!-- <i class="el-icon-time"></i>-->
|
|
|
|
|
<!-- <span>{{ scope.row.createTime }}</span>-->
|
|
|
|
@ -286,6 +286,11 @@
|
|
|
|
|
row-key="id"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="DI/物资编码" width="150"
|
|
|
|
|
prop="nameCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="物资名称"
|
|
|
|
|
prop="coName" width="160"
|
|
|
|
@ -336,7 +341,7 @@
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div style="color: #1890ff;" @click="showImgViewer(scope.row)">{{ scope.row.checkFileName }}</div>
|
|
|
|
|
<div style="color: #1890ff;" @click="showImgViewer(scope.row)">{{ scope.row.checkFileName }}</div>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
@ -376,7 +381,8 @@
|
|
|
|
|
</el-table>
|
|
|
|
|
<el-image-viewer v-if="imgViewerVisible" style="z-index:9999" :on-close="closeImgViewer" :url-list="imgList"/>
|
|
|
|
|
|
|
|
|
|
<el-image-viewer v-if="imgViewerVisibleCold" style="z-index:9999" :on-close="closeImgViewerCold" :url-list="imgListCold"/>
|
|
|
|
|
<el-image-viewer v-if="imgViewerVisibleCold" style="z-index:9999" :on-close="closeImgViewerCold"
|
|
|
|
|
:url-list="imgListCold"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
@ -419,6 +425,11 @@
|
|
|
|
|
row-key="id"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="DI/物资编码" width="150"
|
|
|
|
|
prop="nameCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="物资名称" width="160"
|
|
|
|
|
prop="coName"
|
|
|
|
@ -592,11 +603,10 @@ import {
|
|
|
|
|
orderPDFFromTemplateFile
|
|
|
|
|
} from '@/api/itextpdf/orderPrint'
|
|
|
|
|
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
|
|
|
|
|
import { previewImage ,previewFile} from '@/api/purchase/supCompany'
|
|
|
|
|
import {previewImage, previewFile} from '@/api/purchase/supCompany'
|
|
|
|
|
import ElImageViewer from "element-ui/packages/image/src/image-viewer";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const formJson = {
|
|
|
|
|
site_id: "",
|
|
|
|
|
site_name: "",
|
|
|
|
@ -609,10 +619,10 @@ export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
defaultSort: {prop: 'createTime', order: 'desc'},
|
|
|
|
|
imgList:[],
|
|
|
|
|
imgListCold:[],
|
|
|
|
|
imgViewerVisible:false,
|
|
|
|
|
imgViewerVisibleCold:false,
|
|
|
|
|
imgList: [],
|
|
|
|
|
imgListCold: [],
|
|
|
|
|
imgViewerVisible: false,
|
|
|
|
|
imgViewerVisibleCold: false,
|
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
|
showSearch: true,
|
|
|
|
|
filterQuery: {
|
|
|
|
@ -744,7 +754,7 @@ export default {
|
|
|
|
|
acceptOrderVisible: false,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {AcceptOrder,ElImageViewer},
|
|
|
|
|
components: {AcceptOrder, ElImageViewer},
|
|
|
|
|
methods: {
|
|
|
|
|
onReset() {
|
|
|
|
|
this.$router.push({
|
|
|
|
@ -761,9 +771,9 @@ export default {
|
|
|
|
|
limit: 10,
|
|
|
|
|
startTime: null,
|
|
|
|
|
endTime: null,
|
|
|
|
|
invCode : this.$store.getters.locInvCode
|
|
|
|
|
invCode: this.$store.getters.locInvCode
|
|
|
|
|
};
|
|
|
|
|
if(invCode!=this.$store.getters.locInvCode){
|
|
|
|
|
if (invCode != this.$store.getters.locInvCode) {
|
|
|
|
|
this.getBusType();
|
|
|
|
|
}
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
@ -793,21 +803,21 @@ export default {
|
|
|
|
|
hideSearch() {
|
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
|
},
|
|
|
|
|
showImgViewer(row){
|
|
|
|
|
showImgViewer(row) {
|
|
|
|
|
this.certFileUrl =
|
|
|
|
|
this.BASE_URL +
|
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.filePath;
|
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name=" + row.filePath;
|
|
|
|
|
this.imgList = [];
|
|
|
|
|
this.imgList.push(this.certFileUrl)
|
|
|
|
|
let index = row.filePath.lastIndexOf('.');
|
|
|
|
|
if(index===-1){
|
|
|
|
|
if (index === -1) {
|
|
|
|
|
this.$message.error("文件名异常!")
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
if(row.filePath.substr(index+1)==='pdf'){
|
|
|
|
|
if (row.filePath.substr(index + 1) === 'pdf') {
|
|
|
|
|
let pdf = "application/pdf"
|
|
|
|
|
let binaryData = [];
|
|
|
|
|
previewFile(this.certFileUrl).then(res=>{
|
|
|
|
|
previewFile(this.certFileUrl).then(res => {
|
|
|
|
|
binaryData.push(res);
|
|
|
|
|
let URL = window.URL.createObjectURL(new Blob(binaryData, {type: pdf}));
|
|
|
|
|
window.open(URL);
|
|
|
|
@ -831,21 +841,21 @@ export default {
|
|
|
|
|
document.addEventListener("touchmove", m, false); // 禁止页面滑动
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
showImgViewerCold(row){
|
|
|
|
|
showImgViewerCold(row) {
|
|
|
|
|
this.certFileUrl =
|
|
|
|
|
this.BASE_URL +
|
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.coldFilePath;
|
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name=" + row.coldFilePath;
|
|
|
|
|
this.imgList = [];
|
|
|
|
|
this.imgList.push(this.certFileUrl)
|
|
|
|
|
let index = row.coldFilePath.lastIndexOf('.');
|
|
|
|
|
if(index===-1){
|
|
|
|
|
if (index === -1) {
|
|
|
|
|
this.$message.error("文件名异常!")
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
if(row.coldFilePath.substr(index+1)==='pdf'){
|
|
|
|
|
if (row.coldFilePath.substr(index + 1) === 'pdf') {
|
|
|
|
|
let pdf = "application/pdf"
|
|
|
|
|
let binaryData = [];
|
|
|
|
|
previewFile(this.certFileUrl).then(res=>{
|
|
|
|
|
previewFile(this.certFileUrl).then(res => {
|
|
|
|
|
binaryData.push(res);
|
|
|
|
|
let URL = window.URL.createObjectURL(new Blob(binaryData, {type: pdf}));
|
|
|
|
|
window.open(URL);
|
|
|
|
@ -869,16 +879,20 @@ export default {
|
|
|
|
|
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);
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
closeImgViewerCold(){
|
|
|
|
|
closeImgViewerCold() {
|
|
|
|
|
this.imgViewerVisibleCold = false;
|
|
|
|
|
const m = (e) => { e.preventDefault() };
|
|
|
|
|
const m = (e) => {
|
|
|
|
|
e.preventDefault()
|
|
|
|
|
};
|
|
|
|
|
document.body.style.overflow = 'auto';
|
|
|
|
|
document.removeEventListener("touchmove", m, true);
|
|
|
|
|
},
|
|
|
|
@ -990,7 +1004,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
this.currentRow.billNo=val.billNo;
|
|
|
|
|
this.currentRow.billNo = val.billNo;
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
},
|
|
|
|
|
// 获取单据 业务详情、扫码详情、扫码明细
|
|
|
|
@ -1027,7 +1041,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获取订单列表
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|