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',