From d2124efc2b19d309550fc7ff95a16858c54faca0 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期二, 08 七月 2025 17:48:33 +0800 Subject: [PATCH] yys 1.出库管理-分页查询 2.出库管理-导出 3.出库管理-领用 4.出库台账-分页查询 5.出库台账-导出 6.出库台账-删除 7.库存管理-分页查询 8.库存管理-导出 9.库存管理-删除 --- src/views/inventoryManagement/dispatchLog/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/inventoryManagement/dispatchLog/index.vue b/src/views/inventoryManagement/dispatchLog/index.vue index c83b0b0..fe07789 100644 --- a/src/views/inventoryManagement/dispatchLog/index.vue +++ b/src/views/inventoryManagement/dispatchLog/index.vue @@ -38,7 +38,7 @@ <el-table-column align="center" label="搴忓彿" type="index" width="60" /> <el-table-column label="鍑哄簱鏃ユ湡" - prop="inboundTime" + prop="createDate" width="100" show-overflow-tooltip /> @@ -68,37 +68,37 @@ /> <el-table-column label="鍑哄簱鏁伴噺" - prop="inboundQuantity" + prop="inboundNum" width="100" show-overflow-tooltip /> <el-table-column label="鍚◣鍗曚环(鍏�)" - prop="entryDate" + prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip /> <el-table-column label="鍚◣鎬讳环(鍏�)" - prop="executionDate" + prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip /> <el-table-column label="绋庣巼(%)" - prop="executionDate" + prop="taxRate" width="100" show-overflow-tooltip /> <el-table-column label="涓嶅惈绋庢�讳环(鍏�)" - prop="executionDate" + prop="taxExclusiveTotalPrice" width="180" show-overflow-tooltip /> <el-table-column label="鍑哄簱浜�" - prop="nickname" + prop="createBy" width="80" show-overflow-tooltip /> @@ -231,7 +231,7 @@ // 瀵煎嚭 const handleOut = () => { - ElMessageBox.confirm("閫変腑鐨勫唴瀹瑰皢琚鍑猴紝鏄惁纭瀵煎嚭锛�", "瀵煎嚭", { + ElMessageBox.confirm("鏄惁纭瀵煎嚭锛�", "瀵煎嚭", { confirmButtonText: "纭", cancelButtonText: "鍙栨秷", type: "warning", @@ -259,7 +259,7 @@ type: "warning", }) .then(() => { - delStockOut(ids).then((res) => { + delStockOut({ids:ids}).then((res) => { proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛"); getList(); }); -- Gitblit v1.9.3