src/views/wls/salesnotice/components/select-dialog.vue
@@ -46,15 +46,6 @@ }, }, { fieldName: 'saleOrderCode', label: '销售订单编号', component: 'Input', componentProps: { allowClear: true, placeholder: '请输入销售订单编号', }, }, { fieldName: 'clientId', label: '客户', component: markRaw(CrmCustomerSelect), @@ -100,11 +91,6 @@ field: 'name', title: '通知单名称', minWidth: 150, }, { field: 'saleOrderCode', title: '销售订单编号', minWidth: 140, }, { field: 'clientName',