Ver Fonte

change: 创建po模块. 数据字段调整. 小屏样式优化.

peter há 1 ano atrás
pai
commit
04c76976cf
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/pages/purchase-order/edit.vue

+ 2 - 1
src/pages/purchase-order/edit.vue

@@ -1872,7 +1872,7 @@ const p2 = axios
     const res = response.data.result
     form.value.field7 = res.Owner_name || res.Owner.name || ''
     soOwner.value = res.Owner_name || res.Owner.name || ''
-    form.value.Title = res.Sales_Order_Title_Job_Name || ''
+    form.value.Title = res.Contract_Title || res.Sales_Order_Title_Job_Name || ''
     form.value.saleOrderId = res.sales_orders_id || res.id || ''
     form.value.PO_Date = dayjs(new Date()).format('YYYY-MM-DD')
     form.value.Reference = res.Reference || ''
@@ -2024,6 +2024,7 @@ input[type='number'] {
   box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset,
     0 0.5em 1em rgba(0, 0, 0, 0.6);
   max-width: 1600px;
+  min-width: 1600px;
   margin: 0 auto;
 
   .company-info {