Browse Source

批量修改备注保存失败bug,因为少传了一个参数

hella_online_20240829
TengXF 2 months ago
parent
commit
dce8b993b5
  1. 2
      src/views/wms/basicDataManage/labelManage/locationLabel/index.vue
  2. 2
      src/views/wms/basicDataManage/labelManage/manufacturePackage/index.vue
  3. 2
      src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue
  4. 2
      src/views/wms/basicDataManage/labelManage/utensilPackage/index.vue
  5. 2
      src/views/wms/countManage/count/countJobMain/index.vue
  6. 2
      src/views/wms/countManage/count/countPlanMain/index.vue
  7. 2
      src/views/wms/countManage/count/countRecordMain/index.vue
  8. 2
      src/views/wms/countManage/count/countRequestMain/index.vue
  9. 2
      src/views/wms/countManage/countadjust/countadjustRecordMain/index.vue
  10. 2
      src/views/wms/countManage/countadjust/countadjustRequestMain/index.vue
  11. 2
      src/views/wms/inventoryManage/containerinit/containerinitadd/index.vue
  12. 2
      src/views/wms/inventoryManage/package/index.vue
  13. 2
      src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue
  14. 2
      src/views/wms/inventoryjobManage/packageManage/packagemergeMain/index.vue
  15. 2
      src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRecordMain/index.vue
  16. 2
      src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/index.vue
  17. 2
      src/views/wms/inventoryjobManage/packageManage/packagesplitMain/index.vue
  18. 2
      src/views/wms/issueManage/onlinesettlement/onlinesettlementRequestMain/index.vue
  19. 2
      src/views/wms/issueManage/pick/pickJobMain/index.vue
  20. 2
      src/views/wms/issueManage/pick/pickRecordMain/index.vue
  21. 2
      src/views/wms/issueManage/pick/pickRequestMain/index.vue
  22. 2
      src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/index.vue
  23. 2
      src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/index.vue
  24. 2
      src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue
  25. 2
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue
  26. 2
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue
  27. 2
      src/views/wms/moveManage/itemChange/index.vue
  28. 2
      src/views/wms/supplierManage/purchaseclaim/purchaseclaimRecordMain/index.vue
  29. 2
      src/views/wms/supplierManage/purchaseclaim/purchaseclaimRequestMain/index.vue
  30. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue
  31. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue
  32. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMainDifference/index.vue

2
src/views/wms/basicDataManage/labelManage/locationLabel/index.vue

@ -150,7 +150,7 @@ const openForm = (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"labelBarbasic")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/basicDataManage/labelManage/manufacturePackage/index.vue

@ -219,7 +219,7 @@ const openForm = (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"labelBarbasic")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue

@ -220,7 +220,7 @@ const openForm = (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"labelBarbasic")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/basicDataManage/labelManage/utensilPackage/index.vue

@ -202,7 +202,7 @@ const openForm =async (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"labelBarbasic")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/countManage/count/countJobMain/index.vue

@ -282,7 +282,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"jobCountMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/countManage/count/countPlanMain/index.vue

@ -457,7 +457,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
// getAreaAllList() // getAreaAllList()
// getLocationgroupAllList() // getLocationgroupAllList()
// getLocationAllList() // getLocationAllList()
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"planCountMain")
} }
// //
const detailOpenForm = (type, row) => { const detailOpenForm = (type, row) => {

2
src/views/wms/countManage/count/countRecordMain/index.vue

@ -154,7 +154,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordCountMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/countManage/count/countRequestMain/index.vue

@ -458,7 +458,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestCountMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/countManage/countadjust/countadjustRecordMain/index.vue

@ -140,7 +140,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordCountadjustMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/countManage/countadjust/countadjustRequestMain/index.vue

@ -288,7 +288,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestCountadjustMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/inventoryManage/containerinit/containerinitadd/index.vue

@ -245,7 +245,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"transactionContainerMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/inventoryManage/package/index.vue

@ -205,7 +205,7 @@ const openForm =async (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"transactionPackage")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue

@ -197,7 +197,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordContainerMain")
} }
/** 添加/修改操作 */ /** 添加/修改操作 */

2
src/views/wms/inventoryjobManage/packageManage/packagemergeMain/index.vue

@ -128,7 +128,7 @@ const buttonTableClick = async (val, row) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordPackagemergeMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRecordMain/index.vue

@ -172,7 +172,7 @@ const handlePoint = async (row) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordPackageoverMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/index.vue

@ -340,7 +340,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestPackageoverMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/inventoryjobManage/packageManage/packagesplitMain/index.vue

@ -128,7 +128,7 @@ const buttonTableClick = async (val, row) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordPackagesplitMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/issueManage/onlinesettlement/onlinesettlementRequestMain/index.vue

@ -240,7 +240,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestOnlinesettlementMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/issueManage/pick/pickJobMain/index.vue

@ -203,7 +203,7 @@ const buttonTableClick = async (val, row) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"jobPickMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/issueManage/pick/pickRecordMain/index.vue

@ -136,7 +136,7 @@ const buttonTableClick = async (val, row) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordStockupMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/issueManage/pick/pickRequestMain/index.vue

@ -245,7 +245,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestStockupMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/index.vue

@ -190,7 +190,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordInventorychangeMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/index.vue

@ -378,7 +378,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestInventorychangeMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue

@ -288,7 +288,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"jobInventorymoveMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue

@ -213,7 +213,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordInventorymoveMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue

@ -611,7 +611,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
fromWarehouseCodeMain.value = row.fromWarehouseCode fromWarehouseCodeMain.value = row.fromWarehouseCode
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestInventorymoveMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/moveManage/itemChange/index.vue

@ -150,7 +150,7 @@ const openForm = (type: string, row?: any) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"transactionBalance")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/supplierManage/purchaseclaim/purchaseclaimRecordMain/index.vue

@ -144,7 +144,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordPurchaseclaimMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

2
src/views/wms/supplierManage/purchaseclaim/purchaseclaimRequestMain/index.vue

@ -283,7 +283,7 @@ import { getJmreportBaseUrl } from '@/utils/systemParam'
const openDetail = (row : any, titleName : any, titleValue : any) => { const openDetail = (row : any, titleName : any, titleValue : any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestPurchaseclaimMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue

@ -270,7 +270,7 @@ const openDetail = async (row: any, titleName: any, titleValue: any) => {
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordSupplierinvoiceMain")
} }
const searchList = (model)=>{ const searchList = (model)=>{
if(model.postingDate&&model.postingDate.length>1){ if(model.postingDate&&model.postingDate.length>1){

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -716,7 +716,7 @@ const handleImport = () => {
detailAnnexTable.value[1].hiddenUpload = true detailAnnexTable.value[1].hiddenUpload = true
} }
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestSupplierinvoiceMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMainDifference/index.vue

@ -302,7 +302,7 @@ const searchTableSuccessDetail = async (formField, searchField, val, formRef,sea
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
clicKRowId.value = row.id clicKRowId.value = row.id
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"requestSupplierinvoiceMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

Loading…
Cancel
Save