|
|
@ -108,14 +108,16 @@
|
|
|
|
<div class="top-right-btn">
|
|
|
|
<div class="top-right-btn">
|
|
|
|
<el-button-group>
|
|
|
|
<el-button-group>
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="optinPrint">选入打印</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="selectPrint">查询结果打印</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="onSubmit">查询</el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="onSubmit">查询</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-printer" @click="optinPrint">选中打印</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-printer" @click="selectPrint">查询结果打印</el-button>
|
|
|
|
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row borderv @selection-change="handleCheckedChange">
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row borderv
|
|
|
|
|
|
|
|
@selection-change="handleCheckedChange">
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
@ -135,6 +137,14 @@
|
|
|
|
<el-table-column label="出入库时间" prop="auditTime" width="170" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="出入库时间" prop="auditTime" width="170" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="生产企业" prop="manufacturer" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="生产企业" prop="manufacturer" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="注册/备案号" prop="certCode" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="注册/备案号" prop="certCode" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="打印状态" width="100" prop="inoutPrintStatus" >
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<el-tag :type="statusFilterType(scope.row.inoutPrintStatus)">{{
|
|
|
|
|
|
|
|
printMap[scope.row.inoutPrintStatus]
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
</el-tag>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
<pagination
|
|
|
@ -175,6 +185,13 @@ export default {
|
|
|
|
fromCorp: null,
|
|
|
|
fromCorp: null,
|
|
|
|
keyWords: null,
|
|
|
|
keyWords: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
printMap: {
|
|
|
|
|
|
|
|
0: "未打印",
|
|
|
|
|
|
|
|
1: "已打印",
|
|
|
|
|
|
|
|
null: "未打印",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
fromOptions: [],
|
|
|
|
fromOptions: [],
|
|
|
|
loading: false,
|
|
|
|
loading: false,
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
@ -183,6 +200,7 @@ export default {
|
|
|
|
customerId: this.$store.getters.customerId,
|
|
|
|
customerId: this.$store.getters.customerId,
|
|
|
|
actDateRange: [],
|
|
|
|
actDateRange: [],
|
|
|
|
actionType: null,
|
|
|
|
actionType: null,
|
|
|
|
|
|
|
|
|
|
|
|
auditDateRange: [],
|
|
|
|
auditDateRange: [],
|
|
|
|
pickerOptions: {
|
|
|
|
pickerOptions: {
|
|
|
|
shortcuts: [
|
|
|
|
shortcuts: [
|
|
|
@ -256,6 +274,16 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
statusFilterType(status) {
|
|
|
|
|
|
|
|
const statusMap = {
|
|
|
|
|
|
|
|
null: "",
|
|
|
|
|
|
|
|
1: "success",
|
|
|
|
|
|
|
|
0: "warning",
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
return statusMap[status];
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
hideSearch() {
|
|
|
|
hideSearch() {
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -317,6 +345,12 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
optinPrint() {
|
|
|
|
optinPrint() {
|
|
|
|
|
|
|
|
this.$confirm("是否确定打印选中出入库明细, 是否继续?", "提示", {
|
|
|
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
|
|
|
type: "warning",
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.then(() => {
|
|
|
|
if (this.orderSelection == null || this.orderSelection.length <= 0) {
|
|
|
|
if (this.orderSelection == null || this.orderSelection.length <= 0) {
|
|
|
|
return this.$message.error("请选择打印的明细!");
|
|
|
|
return this.$message.error("请选择打印的明细!");
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -345,9 +379,22 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.$message.error(error.message);
|
|
|
|
this.$message.error(error.message);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
selectPrint() {
|
|
|
|
selectPrint() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$confirm("是否确定打印所有查询结果数据", "提示", {
|
|
|
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
|
|
|
type: "warning",
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.then(() => {
|
|
|
|
|
|
|
|
|
|
|
|
let query = {id: 4};
|
|
|
|
let query = {id: 4};
|
|
|
|
verifyTemplateFile(query).then((res) => {
|
|
|
|
verifyTemplateFile(query).then((res) => {
|
|
|
|
if (res.code === 20000) {
|
|
|
|
if (res.code === 20000) {
|
|
|
@ -392,6 +439,13 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.$message.error(error.message);
|
|
|
|
this.$message.error(error.message);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
,
|
|
|
|
,
|
|
|
|