From 8b6539b9764e234da125cb2c295300f09046f233 Mon Sep 17 00:00:00 2001 From: yueli Date: Fri, 17 Jul 2026 14:43:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20semi/product=20=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E4=B8=AD=E6=88=90=E6=9C=AC=E5=AD=97=E6=AE=B5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20v-if=20=E6=9D=83=E9=99=90=E5=AE=88=E5=8D=AB?= =?UTF-8?q?=EF=BC=8C=E4=B8=8E=20buy.vue=20=E7=9A=84=20hasFormFieldPermissi?= =?UTF-8?q?on=20=E6=A8=A1=E5=BC=8F=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-web/src/views/stock/inbound/product.vue | 12 +++++++----- inventory-web/src/views/stock/inbound/semi.vue | 11 ++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/inventory-web/src/views/stock/inbound/product.vue b/inventory-web/src/views/stock/inbound/product.vue index 753eb7e..70af968 100644 --- a/inventory-web/src/views/stock/inbound/product.vue +++ b/inventory-web/src/views/stock/inbound/product.vue @@ -491,7 +491,7 @@ - + @@ -507,18 +507,18 @@ - - + + - + - + @@ -1007,6 +1007,8 @@ const hasFormFieldPermission = (fieldName: string) => { production_time_range: 'inbound_product:production_start_time', raw_material_cost: 'inbound_product:raw_material_cost', manual_cost: 'inbound_product:manual_cost', + unit_total_cost: 'inbound_product:unit_total_cost', + total_price: 'inbound_product:total_price', sale_price: 'inbound_product:sale_price', quality_report_link: 'inbound_product:quality_report_link', inspection_report_link: 'inbound_product:inspection_report_link', diff --git a/inventory-web/src/views/stock/inbound/semi.vue b/inventory-web/src/views/stock/inbound/semi.vue index e2945c4..aed6a32 100644 --- a/inventory-web/src/views/stock/inbound/semi.vue +++ b/inventory-web/src/views/stock/inbound/semi.vue @@ -557,19 +557,19 @@ -
成本核算
- - +
成本核算
+ + - + - + @@ -1164,6 +1164,7 @@ const hasFormFieldPermission = (fieldName: string) => { raw_material_cost: 'inbound_semi:raw_material_cost', manual_cost: 'inbound_semi:manual_cost', unit_total_cost: 'inbound_semi:unit_total_cost', + total_price: 'inbound_semi:total_price', production_manager: 'inbound_semi:production_manager', production_time_range: 'inbound_semi:production_start_time', arrival_photo: 'inbound_semi:arrival_photo',