diff --git a/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue b/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue index 7f26694..4b3bab2 100644 --- a/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue +++ b/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue @@ -16,7 +16,7 @@ - 导出 + 导出 查询 重置 diff --git a/src/views/materialstorage/ProcessMaterialStorageList.vue b/src/views/materialstorage/ProcessMaterialStorageList.vue index 555468f..eda81f5 100644 --- a/src/views/materialstorage/ProcessMaterialStorageList.vue +++ b/src/views/materialstorage/ProcessMaterialStorageList.vue @@ -16,8 +16,8 @@ - - + + @@ -187,7 +187,7 @@ dataIndex: 'merchandiseNewsId' }, { - title:'物料组名称', + title:'物料组编号', align:"center", dataIndex: 'descriptionId' }, diff --git a/src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue b/src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue index 2edfe4f..fd14ccd 100644 --- a/src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue +++ b/src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue @@ -10,20 +10,35 @@ + + + - + + {{item.unit_dictText}} + - + + {{item.libraryAssociationIdInvisible}} + + + + - + + {{item.libraryAssociationIdWaste}} + + + + @@ -138,6 +153,8 @@ import ProcessUnitWasteWarehouseCodeModal from './modules/ProcessUnitWasteWarehouseCodeModal' import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' import JSelectDepart from '@/components/jeecgbiz/JSelectDepart' + import { httpAction, getAction } from '@/api/manage' + export default { name: 'ProcessUnitWasteWarehouseCodeList', @@ -195,10 +212,11 @@ deleteBatch: "/unitwaste/processUnitWasteWarehouseCode/deleteBatch", exportXlsUrl: "/unitwaste/processUnitWasteWarehouseCode/exportXls", importExcelUrl: "unitwaste/processUnitWasteWarehouseCode/importExcel", - + listByuntil: '/unitwaste/processUnitWasteWarehouseCode/list', }, dictOptions:{}, superFieldList:[], + queryParamsUntil:[], } }, created() { @@ -210,6 +228,14 @@ }, }, methods: { + //加載項目部 + getUnit(){ + getAction(this.url.listByuntil).then((res) => { + if (res.success) { + this.queryParamsUntil = res.result.records||res.result; + } + }) + }, initDictConfig(){ }, getSuperFieldList(){ diff --git a/src/views/wastematerials/ProcessWasteMaterialsList.vue b/src/views/wastematerials/ProcessWasteMaterialsList.vue index a2e8fa3..a8b31af 100644 --- a/src/views/wastematerials/ProcessWasteMaterialsList.vue +++ b/src/views/wastematerials/ProcessWasteMaterialsList.vue @@ -17,8 +17,8 @@ - - + +