-
-
库管班:{{printData.warehouseTeam}}
+
+
库管班:
+
+
+
![]()
+
+
+
![]()
+
+
@@ -293,9 +218,11 @@
import { getPurchaseList,acceptOuterVerify,getPurchaseCheckFormByTaskId } from "@/api/purchase/goodsAccept";
import { downloadFile } from '@/utils/download'
import { getToken } from '@/utils/auth'
+ import vueEasyPrint from "vue-easy-print";
export default {
name: "GoodsAcceptList",
dicts: ['purchase_task_status'],
+ components: { vueEasyPrint },
data() {
return {
// 遮罩层
@@ -354,7 +281,6 @@
this.queryParams.endTime=undefined
}
this.queryParams.taskStage= 2
- this.queryParams.statusList=[2,12]
getPurchaseList(this.queryParams).then(response => {
this.tableList = response.data.rows;
this.total = response.data.total;
@@ -444,7 +370,7 @@
handleExport() {
this.download(
"/material/purchase_check_info/export",
- { ...this.queryParams,statusList:[2,12],taskStage: 2 },
+ { ...this.queryParams,taskStage: 2 },
`新购到货验收_${new Date().getTime()}.xlsx`
);
},
@@ -454,6 +380,21 @@
};