From e3d8f341556dc05a5f46ac0a45a347e3a3f61bc2 Mon Sep 17 00:00:00 2001
From: cgx <2606784146@qq.com>
Date: Tue, 10 Dec 2024 17:29:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=93=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin-hanhai-vue/src/views/productOrder/TbProductOrderList.vue | 10 ++++++++++
.../src/views/productOrder/modules/TbProductOrderForm.vue | 5 +++++
2 files changed, 15 insertions(+)
diff --git a/admin-hanhai-vue/src/views/productOrder/TbProductOrderList.vue b/admin-hanhai-vue/src/views/productOrder/TbProductOrderList.vue
index 5bb859f..b65fe95 100644
--- a/admin-hanhai-vue/src/views/productOrder/TbProductOrderList.vue
+++ b/admin-hanhai-vue/src/views/productOrder/TbProductOrderList.vue
@@ -9,6 +9,11 @@
+
+
+
+
+
@@ -185,6 +190,11 @@
align:"center",
dataIndex: 'deposit'
},
+ {
+ title:'审核状态',
+ align:"center",
+ dataIndex: 'auditStatus_dictText'
+ },
{
title:'暂定数量',
align:"center",
diff --git a/admin-hanhai-vue/src/views/productOrder/modules/TbProductOrderForm.vue b/admin-hanhai-vue/src/views/productOrder/modules/TbProductOrderForm.vue
index 49f986a..bdb9bcc 100644
--- a/admin-hanhai-vue/src/views/productOrder/modules/TbProductOrderForm.vue
+++ b/admin-hanhai-vue/src/views/productOrder/modules/TbProductOrderForm.vue
@@ -48,6 +48,11 @@
+
+
+
+
+