diff --git a/public/config/config.json b/public/config/config.json index 2db2f06..057ea1b 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,8 +1,8 @@ { "title":"计量业务系统", "versionByEqpt":"1.3.2.0", - "baseUrl": "http://111.198.10.15:21609", - "baseUrlBusiness": "http://111.198.10.15:21611", + "baseUrl": "http://111.198.10.15:21611", + "baseUrlBusiness": "http://111.198.10.15:21606", "baseUrlLaboratory": "http://111.198.10.15:21610", "pathDict": { "fbfpsbgl":"/reviewpage/detail", diff --git a/public/config/config.json b/public/config/config.json index 2db2f06..057ea1b 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,8 +1,8 @@ { "title":"计量业务系统", "versionByEqpt":"1.3.2.0", - "baseUrl": "http://111.198.10.15:21609", - "baseUrlBusiness": "http://111.198.10.15:21611", + "baseUrl": "http://111.198.10.15:21611", + "baseUrlBusiness": "http://111.198.10.15:21606", "baseUrlLaboratory": "http://111.198.10.15:21610", "pathDict": { "fbfpsbgl":"/reviewpage/detail", diff --git a/src/views/tested/status/borrow/components/deviceList.vue b/src/views/tested/status/borrow/components/deviceList.vue index f2eb85b..9df0e95 100644 --- a/src/views/tested/status/borrow/components/deviceList.vue +++ b/src/views/tested/status/borrow/components/deviceList.vue @@ -1,4 +1,3 @@ - @@ -282,54 +307,59 @@ :class="[$route.path.includes('detail') ? 'isDetail' : '']" :disabled="$route.path.includes('detail')" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -352,6 +382,7 @@ + diff --git a/public/config/config.json b/public/config/config.json index 2db2f06..057ea1b 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,8 +1,8 @@ { "title":"计量业务系统", "versionByEqpt":"1.3.2.0", - "baseUrl": "http://111.198.10.15:21609", - "baseUrlBusiness": "http://111.198.10.15:21611", + "baseUrl": "http://111.198.10.15:21611", + "baseUrlBusiness": "http://111.198.10.15:21606", "baseUrlLaboratory": "http://111.198.10.15:21610", "pathDict": { "fbfpsbgl":"/reviewpage/detail", diff --git a/src/views/tested/status/borrow/components/deviceList.vue b/src/views/tested/status/borrow/components/deviceList.vue index f2eb85b..9df0e95 100644 --- a/src/views/tested/status/borrow/components/deviceList.vue +++ b/src/views/tested/status/borrow/components/deviceList.vue @@ -1,4 +1,3 @@ - @@ -282,54 +307,59 @@ :class="[$route.path.includes('detail') ? 'isDetail' : '']" :disabled="$route.path.includes('detail')" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -352,6 +382,7 @@ + diff --git a/src/views/tested/status/borrow/components/list.vue b/src/views/tested/status/borrow/components/list.vue index d0694ed..16861b6 100644 --- a/src/views/tested/status/borrow/components/list.vue +++ b/src/views/tested/status/borrow/components/list.vue @@ -149,6 +149,7 @@ } // 详情 const detail = (row: any) => { + console.log($props.statusName, '$props.statusName') if ($props.statusName === '草稿箱' || $props.statusName === '未通过' || $props.statusName === '已取消') { handler(row, 'update') } @@ -208,12 +209,12 @@ type: 'warning', }, ).then((res) => { - getFormId(row.id).then((res) => { - submitBorrow({ id: row.id, formId: res.data }).then((res) => { - ElMessage.success('已提交') - search() - }) + // getFormId(row.borrowDeptId).then((res) => { + submitBorrow({ id: row.id, formId: row.formId }).then((res) => { + ElMessage.success('已提交') + search() }) + // }) }) } // 同意拒绝