From c5e96048fa8d1b40baf1a6a92ed3e8ba17d60761 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 27 三月 2024 17:10:10 +0800 Subject: [PATCH] 采购管理 入库信息列表的数量字段修改 --- src/views/purchaseManage/purchase/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/purchaseManage/purchase/index.vue b/src/views/purchaseManage/purchase/index.vue index ebe7136..9240ba5 100644 --- a/src/views/purchaseManage/purchase/index.vue +++ b/src/views/purchaseManage/purchase/index.vue @@ -203,7 +203,7 @@ { label: "鏀惰揣浠撳簱", prop: "warehouseName" }, { label: "浜у搧鍚嶇О", prop: "name" }, { label: "浜у搧缂栫爜", prop: "number" }, - { label: "鏁伴噺", prop: "amount" }, + { label: "鏁伴噺", prop: "overAmount" }, { label: "鍏ュ簱鏃堕棿", prop: "overTime" }, { label: "鏀惰揣浜�", prop: "principal" }, { label: "鐘舵��", prop: "status", isCallMethod: true, getCallMethod: this.getWarehouseStatus } -- Gitblit v1.8.0