|
|
@ -72,12 +72,12 @@ |
|
|
|
:allSchemas="InventorymoveRecordMainNew.allSchemas" |
|
|
|
:detailAllSchemas="InventorymoveRecordDetailNew.allSchemas" |
|
|
|
:detailAllSchemasRules="InventorymoveRecordDetailNewRules" |
|
|
|
:apiPage="InventorymoveRecordDetailApi.getInventorymoveRecordDetailPage" |
|
|
|
:apiPage="InventorymoveRecordDetailApi.getInventorymoveRecordDetailPageSparePart" |
|
|
|
/> |
|
|
|
<!-- 标签打印 --> |
|
|
|
<SearchTable style="width:905px" ref="searchTableRef" @searchTableSuccess="searchTableSuccessLabel" /> |
|
|
|
<!-- 导入 --> |
|
|
|
<ImportForm ref="importFormRef" url="/wms/inventorymove-record-main/import" :importTemplateData="importTemplateData" |
|
|
|
<ImportForm ref="importFormRef" url="/wms/inventorymove-record-main/importSparePart" :importTemplateData="importTemplateData" |
|
|
|
@success="importSuccess" :updateIsDisable="true" :coverIsDisable="true" :mode="2" :fromInventoryStatus= "fromInventoryStatus" :toInventoryStatus="toInventoryStatus" /> |
|
|
|
</template> |
|
|
|
|
|
|
@ -122,7 +122,7 @@ const updataTableColumns = (val) => { |
|
|
|
} |
|
|
|
|
|
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
|
getListApi: InventorymoveRecordDetailApi.getInventorymoveRecordDetailPage // 分页接口 |
|
|
|
getListApi: InventorymoveRecordDetailApi.getInventorymoveRecordDetailPageSparePart // 分页接口 |
|
|
|
}) |
|
|
|
tableObject.params.businessType = 'Move' |
|
|
|
|
|
|
|