|
|
|
@ -557,7 +557,7 @@ const columns: Ref<DataTableColumns<DataType>> = ref([
|
|
|
|
'2': { label: '已排产', type: 'success' },
|
|
|
|
'2': { label: '已排产', type: 'success' },
|
|
|
|
'3': { label: '生产中', type: 'warning' },
|
|
|
|
'3': { label: '生产中', type: 'warning' },
|
|
|
|
'4': { label: '已完成', type: 'success' },
|
|
|
|
'4': { label: '已完成', type: 'success' },
|
|
|
|
'5': { label: '已发货', type: 'success' },
|
|
|
|
'5': { label: '已作废', type: 'error' },
|
|
|
|
'6': { label: '已驳回', type: 'error' },
|
|
|
|
'6': { label: '已驳回', type: 'error' },
|
|
|
|
'8': { label: '申请发货中', type: 'primary' },
|
|
|
|
'8': { label: '申请发货中', type: 'primary' },
|
|
|
|
'9': { label: '已通过待发货', type: 'success' },
|
|
|
|
'9': { label: '已通过待发货', type: 'success' },
|
|
|
|
@ -652,7 +652,7 @@ const columns: Ref<DataTableColumns<DataType>> = ref([
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(row.status === '4' || row.status === '5'){
|
|
|
|
if(row.status === '4'){
|
|
|
|
actions.push(
|
|
|
|
actions.push(
|
|
|
|
<n-button size="small" type="primary" onClick={() => handleSend(row)}>申请发货
|
|
|
|
<n-button size="small" type="primary" onClick={() => handleSend(row)}>申请发货
|
|
|
|
</n-button>
|
|
|
|
</n-button>
|
|
|
|
|