Selaa lähdekoodia

增加看板数量;
起垛和热装增加组坯号;

zhangafei 1 kuukausi sitten
vanhempi
sitoutus
7d86c3b47e

+ 6 - 0
src/views/billet/hotDelivery/hotDelivery.data.ts

@@ -243,6 +243,12 @@ export const rodLineSearchFormSchema: FormSchema[] = [
       dict: 'lg_dcgg',
     },
   },
+  {
+    field: 'assemblyNumber',
+    label: '组坯号',
+    component: 'Input',
+    colProps: { span: 6 },
+  },
 ];
 
 // 棒线选中的钢坯

+ 7 - 0
src/views/billet/shippingBill/shippingBill.data.ts

@@ -172,6 +172,13 @@ export const columns: BasicColumn[] = computed(() => [
     dataIndex: 'spec_dictText',
     // fixed: true
   },
+  {
+    title: '看板总支数',
+    align: 'center',
+    width: 120,
+    dataIndex: 'panelAmountTotal',
+    // fixed: true
+  },
   {
     title: '备注',
     align: 'center',