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 @@ + + + + +