|
|
@ -51,6 +51,7 @@ |
|
|
|
:apiUpdate="CustomerreceiptRequestMainApi.updateCustomerreceiptRequestMain" |
|
|
|
:apiCreate="CustomerreceiptRequestMainApi.createCustomerreceiptRequestMain" |
|
|
|
:isBusiness="true" |
|
|
|
fromeWhere="customerreceipt" |
|
|
|
@handleAddTable="handleAddTable" |
|
|
|
@handleDeleteTable="handleDeleteTable" |
|
|
|
@searchTableSuccess="searchTableSuccess" |
|
|
@ -69,6 +70,7 @@ |
|
|
|
:apiUpdate="CustomerreceiptRequestDetailApi.updateCustomerreceiptRequestDetail" |
|
|
|
:apiPage="CustomerreceiptRequestDetailApi.getCustomerreceiptRequestDetailPage" |
|
|
|
:apiDelete="CustomerreceiptRequestDetailApi.deleteCustomerreceiptRequestDetail" |
|
|
|
fromeWhere="customerreceipt" |
|
|
|
:Echo="Echo" |
|
|
|
/> |
|
|
|
|
|
|
@ -145,7 +147,7 @@ const { getList, setSearchParams } = tableMethods |
|
|
|
|
|
|
|
// 列表头部按钮 |
|
|
|
const HeadButttondata = [ |
|
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:customerreceipt-request-main:export'}), // 导出 |
|
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:customerreceipt-request-main:export'}), // 导出 |
|
|
|
defaultButtons.defaultFreshBtn(null), // 刷新 |
|
|
|
defaultButtons.defaultFilterBtn(null), // 筛选 |
|
|
|
defaultButtons.defaultSetBtn(null), // 设置 |
|
|
|