租箱月结账单生成费用 箱状态查询 字段变更

szh-new
张同海 3 months ago
parent 5b558fb3c3
commit 35b7704ad7

@ -153,8 +153,8 @@ export const columns: BasicColumn[] = [
width: 200,
},
{
title: '生产日期',
dataIndex: '',
title: '生产日期',
dataIndex: 'productionDate',
sorter: true,
width: 200,
},

@ -137,6 +137,15 @@
@click="handleSave(true)"
>保存并关闭</a-button
>
<a-button
pre-icon="ant-design:check-circle-outlined"
type="primary"
:loading="loading"
:disabled="!rowId"
@click="MakeFee()"
>
生成费用
</a-button>
</template>
</BasicModal>
</template>
@ -303,6 +312,11 @@
})
})
}
function MakeFee() {
ApiMakeFee({ id: rowId.value }).then((res) => {
notification.success({ message: res.message, duration: 3 })
})
}
async function handleSave(exit) {
try {
const values = await validate()

@ -13,7 +13,7 @@ enum Api {
// Confirm = '/containerManagementApi/CM_RentIn/CM_RentIn_Confirm',
// Cancel = '/containerManagementApi/CM_RentIn/CM_RentIn_Cancel',
// MakeFee = '/containerManagementApi/CM_RentIn/CM_RentIn_MakeFee',
MakeFee = '/containerManagementApi/CM_CustFeeDui/CM_CustFeeDui_MakeFee',
DetailView = '/containerManagementApi/CM_CustFeeDui/GetVW_CM_FeeBase_Detail',
AddCtn = '/containerManagementApi/CM_CustFeeDui/AddVW_CM_FeeBase_Detail',

Loading…
Cancel
Save