diff --git a/src/api/business/gsp/gspFfjlArchive.js b/src/api/business/gsp/gspFfjlArchive.js index 9d68461..ada68f3 100644 --- a/src/api/business/gsp/gspFfjlArchive.js +++ b/src/api/business/gsp/gspFfjlArchive.js @@ -4,7 +4,7 @@ import request from '@/utils/request' // 档案列表 export function list(query) { return request({ - url: '/system/business/gspRkjlArchive/list', + url: '/system/business/gspFfjlArchive/list', method: 'get', params: query }) @@ -13,7 +13,7 @@ export function list(query) { // 同意归档 export function tygd(data) { return request({ - url: '/system/business/gspRkjlArchive/gd/agree', + url: '/system/business/gspFfjlArchive/gd/agree', method: 'post', data: data }) @@ -22,7 +22,7 @@ export function tygd(data) { // 拒绝归档 export function jjgd(data) { return request({ - url: '/system/business/gspRkjlArchive/gd/refuse', + url: '/system/business/gspFfjlArchive/gd/refuse', method: 'post', data: data }) @@ -31,7 +31,7 @@ export function jjgd(data) { // 同意解档 export function tyjd(data) { return request({ - url: '/system/business/gspRkjlArchive/jd/agree', + url: '/system/business/gspFfjlArchive/jd/agree', method: 'post', data: data }) @@ -40,7 +40,7 @@ export function tyjd(data) { // 拒绝解档 export function jjjd(data) { return request({ - url: '/system/business/gspRkjlArchive/jd/agree', + url: '/system/business/gspFfjlArchive/jd/agree', method: 'post', data: data }) @@ -49,7 +49,7 @@ export function jjjd(data) { // 同意借阅 export function tyjy(data) { return request({ - url: '/system/business/gspRkjlArchive/jy/agree', + url: '/system/business/gspFfjlArchive/jy/agree', method: 'post', data: data }) @@ -58,7 +58,7 @@ export function tyjy(data) { // 拒绝借阅 export function jjjy(data) { return request({ - url: '/system/business/gspRkjlArchive/jy/refuse', + url: '/system/business/gspFfjlArchive/jy/refuse', method: 'post', data: data }) @@ -67,7 +67,7 @@ export function jjjy(data) { // 确认归还 export function qrgh(data) { return request({ - url: '/system/business/gspRkjlArchive/gh', + url: '/system/business/gspFfjlArchive/gh', method: 'post', data: data }) diff --git a/src/views/business/archive/gsp/comps/ffjlList.vue b/src/views/business/archive/gsp/comps/ffjlList.vue index ce8dd70..7169b65 100644 --- a/src/views/business/archive/gsp/comps/ffjlList.vue +++ b/src/views/business/archive/gsp/comps/ffjlList.vue @@ -54,8 +54,12 @@ :show-overflow-tooltip="true" /> - + + + diff --git a/src/views/business/comps/template/comps/dl/DL023.vue b/src/views/business/comps/template/comps/dl/DL023.vue index d4133fb..7232e25 100644 --- a/src/views/business/comps/template/comps/dl/DL023.vue +++ b/src/views/business/comps/template/comps/dl/DL023.vue @@ -160,7 +160,7 @@ export default { label: 'template.dl.dl023.zwbh', type: 'input', fillType: 'actFill', - bodyMaxlength: 50, + maxlength: 50, }, uvazsjl: { label: "template.dl.dl023.uvazsjl", @@ -173,12 +173,14 @@ export default { maxlength: 20, }, zszsj: { - span: 1, + span:1, label: 'template.dl.dl023.zszsj', type: 'input', with: 100, fillType: 'actFill', - bodyMaxlength: 50, + maxlength: 50, + subType: 'text', + subText: '说明:当一批动物或细胞培养板完成照射后紫外照射仪屏幕显示的总照射时间', }, zskssj: { label: 'template.dl.dl023.zskssj', diff --git a/src/views/business/resource/gsp/comps/ffjl/Jd.vue b/src/views/business/resource/gsp/comps/ffjl/Jd.vue index 9326e81..27b5e7e 100644 --- a/src/views/business/resource/gsp/comps/ffjl/Jd.vue +++ b/src/views/business/resource/gsp/comps/ffjl/Jd.vue @@ -1,9 +1,10 @@ diff --git a/src/views/business/resource/gsp/comps/gspList.vue b/src/views/business/resource/gsp/comps/gspList.vue index 8417c4d..3e420f0 100644 --- a/src/views/business/resource/gsp/comps/gspList.vue +++ b/src/views/business/resource/gsp/comps/gspList.vue @@ -40,8 +40,8 @@ - - + + @@ -527,7 +527,7 @@ export default { }, //重置 resetQuery() { - this.dateRange = [] + this.daterange = [] this.resetForm("queryForm") this.handleQuery() }, diff --git a/src/views/business/resource/gsp/comps/rkjl/Bj.vue b/src/views/business/resource/gsp/comps/rkjl/Bj.vue index 9be8d98..6aa3efc 100644 --- a/src/views/business/resource/gsp/comps/rkjl/Bj.vue +++ b/src/views/business/resource/gsp/comps/rkjl/Bj.vue @@ -32,7 +32,7 @@ - @@ -53,8 +53,8 @@ - + diff --git a/src/views/business/resource/gsp/comps/rkjl/Jd.vue b/src/views/business/resource/gsp/comps/rkjl/Jd.vue index cbc2bbf..b973659 100644 --- a/src/views/business/resource/gsp/comps/rkjl/Jd.vue +++ b/src/views/business/resource/gsp/comps/rkjl/Jd.vue @@ -5,7 +5,7 @@ :close-on-click-modal="false">
- + diff --git a/src/views/business/resource/gsp/comps/rkjl/Js.vue b/src/views/business/resource/gsp/comps/rkjl/Js.vue index 37fdc4a..b195366 100644 --- a/src/views/business/resource/gsp/comps/rkjl/Js.vue +++ b/src/views/business/resource/gsp/comps/rkjl/Js.vue @@ -5,7 +5,7 @@ :close-on-click-modal="false">
- + diff --git a/src/views/business/resource/gsp/comps/rkjl/RkjlImport.vue b/src/views/business/resource/gsp/comps/rkjl/RkjlImport.vue index e1ab2f8..e72b361 100644 --- a/src/views/business/resource/gsp/comps/rkjl/RkjlImport.vue +++ b/src/views/business/resource/gsp/comps/rkjl/RkjlImport.vue @@ -62,7 +62,6 @@ diff --git a/src/views/business/resource/gsp/comps/rkjl/Xq.vue b/src/views/business/resource/gsp/comps/rkjl/Xq.vue index c9f0c9b..38a256c 100644 --- a/src/views/business/resource/gsp/comps/rkjl/Xq.vue +++ b/src/views/business/resource/gsp/comps/rkjl/Xq.vue @@ -154,7 +154,7 @@ export default { }, show(row) { this.$modal.loading() - this.queryJcgjParams.ffjlId = row.id + this.queryJcgjParams.gspRkjlId = row.id info({ id: row.id }).then(response => { this.form = response.data this.open = true diff --git a/src/views/business/resource/gsp/comps/rkjlList.vue b/src/views/business/resource/gsp/comps/rkjlList.vue index ae6feaf..3deaf3d 100644 --- a/src/views/business/resource/gsp/comps/rkjlList.vue +++ b/src/views/business/resource/gsp/comps/rkjlList.vue @@ -440,6 +440,7 @@ export default { }, //重置 resetQuery() { + this.daterange = [] this.resetForm("queryForm") this.handleQuery() }, diff --git a/src/views/business/resource/sj/comps/Cz.vue b/src/views/business/resource/sj/comps/Cz.vue index 800e6f0..e81c8c5 100644 --- a/src/views/business/resource/sj/comps/Cz.vue +++ b/src/views/business/resource/sj/comps/Cz.vue @@ -86,7 +86,7 @@ import { mapGetters } from 'vuex' import SelectList from "./SelectList"; import BusinessSelect from '@/views/business/comps/select/BusinessSelect'; export default { - name: "MjyBj", + name: "SjCz", components: { SelectList, BusinessSelect }, data() { return { @@ -151,6 +151,7 @@ export default { if (valid) { sj_cz(this.form).then(response => { this.open = false + this.$modal.msgSuccess(this.$t('form.operationSuccess')) this.$emit('callback') }) } diff --git a/src/views/business/resource/sj/comps/CzBatch.vue b/src/views/business/resource/sj/comps/CzBatch.vue index fadd074..95cddd8 100644 --- a/src/views/business/resource/sj/comps/CzBatch.vue +++ b/src/views/business/resource/sj/comps/CzBatch.vue @@ -77,7 +77,7 @@ import { mapGetters } from 'vuex' import SelectList from "./SelectList"; import BusinessSelect from '@/views/business/comps/select/BusinessSelect'; export default { - name: "CzBatch", + name: "SjCzBatch", components: { SelectList, BusinessSelect }, data() { return { @@ -171,6 +171,7 @@ export default { this.$modal.loading() sj_plcz(params).then(response => { this.open = false + this.$modal.msgSuccess(this.$t('form.operationSuccess')) this.$emit('callback') this.$modal.closeLoading() }).finally(() => { diff --git a/src/views/business/resource/sj/list.vue b/src/views/business/resource/sj/list.vue index f5044f2..2f94a12 100644 --- a/src/views/business/resource/sj/list.vue +++ b/src/views/business/resource/sj/list.vue @@ -195,7 +195,7 @@ - + diff --git a/src/views/business/storageLocation/comps/StorageLocationImport.vue b/src/views/business/storageLocation/comps/StorageLocationImport.vue new file mode 100644 index 0000000..3e62f5a --- /dev/null +++ b/src/views/business/storageLocation/comps/StorageLocationImport.vue @@ -0,0 +1,158 @@ + + + + \ No newline at end of file diff --git a/src/views/business/storageLocation/list.vue b/src/views/business/storageLocation/list.vue index fdc0748..424dfb4 100644 --- a/src/views/business/storageLocation/list.vue +++ b/src/views/business/storageLocation/list.vue @@ -30,6 +30,11 @@ {{ $t('page.system.storageLocation.add') }} + + + {{ + $t('page.business.resource.gsp.dr') }} + @@ -59,8 +64,9 @@ - - + + + @@ -73,9 +79,10 @@ import { mapGetters } from 'vuex' import StorageLocationDetail from './comps/detail' import Bj from "./comps/Bj"; import Xz from "./comps/Xz"; +import StorageLocationImport from "./comps/StorageLocationImport" export default { name: 'StorageLocation', - components: { BusinessSelect, SelectDept, StorageLocationDetail, Bj, Xz }, + components: { BusinessSelect, SelectDept, StorageLocationDetail, Bj, Xz, StorageLocationImport }, data() { return { @@ -109,6 +116,9 @@ export default { this.getList() }, methods: { + handleImport() { + this.$refs.StorageLocationImport.show() + }, /** 查询列表 */ getList() { this.loading = true diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d4b42b3..f0c0bfa 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -78,7 +78,8 @@