Browse Source

页面显示

dev
kilo 2 years ago
parent
commit
5040f02ecd
  1. 4
      src/views/activiti/applyHome.vue
  2. 6
      src/views/activiti/applyList.vue
  3. 4
      src/views/activiti/doneManage.vue
  4. 4
      src/views/activiti/processFinishManage.vue
  5. 4
      src/views/activiti/processInsManage.vue
  6. 4
      src/views/activiti/todoManage.vue
  7. 6
      src/views/waste/ProcessWasteList.vue

4
src/views/activiti/applyHome.vue

@ -219,11 +219,11 @@
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

6
src/views/activiti/applyList.vue

@ -533,7 +533,7 @@
this.modalCancelVisible = true; this.modalCancelVisible = true;
}, },
handelSubmitCancel(v) { handelSubmitCancel(v) {
this.loading=true; // this.loading=true;
this.$confirm({ this.$confirm({
title: '撤回', title: '撤回',
content: `您确定要撤回吗?`, content: `您确定要撤回吗?`,
@ -599,11 +599,11 @@
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

4
src/views/activiti/doneManage.vue

@ -272,11 +272,11 @@ export default {
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

4
src/views/activiti/processFinishManage.vue

@ -277,11 +277,11 @@ export default {
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

4
src/views/activiti/processInsManage.vue

@ -339,11 +339,11 @@ export default {
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

4
src/views/activiti/todoManage.vue

@ -717,11 +717,11 @@
} }
/deep/.ant-modal-content{ /deep/.ant-modal-content{
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: scroll;
} }
/deep/.ant-modal-body{ /deep/.ant-modal-body{
height: 100%; height: 100%;
overflow-y: scroll; /*overflow-y: scroll;*/
} }
/deep/.ant-modal{ /deep/.ant-modal{
top:45px top:45px

6
src/views/waste/ProcessWasteList.vue

@ -28,14 +28,14 @@
<a-col :xl="4" :lg="7" :md="8" :sm="24" :hidden="show"> <a-col :xl="4" :lg="7" :md="8" :sm="24" :hidden="show">
<a-form-item label="所属单位"> <a-form-item label="所属单位">
<a-select v-model="queryParam.departId" placeholder="请输入所属单位" @mouseenter="getUnit" > <a-select v-model="queryParam.departId" placeholder="请输入所属单位" @mouseenter="getUnit" >
<a-select-option v-for="(item,index) in queryParamsUntil" :key="index" :value="item.unit">{{item.unit_dictText}}</a-select-option> <a-select-option v-for="(item,index) in queryParamsUntil" :key="index" :value="item.unit">{{item.departName}}</a-select-option>
</a-select> </a-select>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="24"> <a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-form-item label="存放地点"> <a-form-item label="存放地点">
<a-select v-model="queryParam.depositary" placeholder="请输入存放地点" @mouseenter="getUnit" > <a-select v-model="queryParam.depositary" placeholder="请输入存放地点" @mouseenter="getUnit" >
<a-select-option v-for="(item,index) in queryParamsUntil" :key="index" :value="item.unit">{{item.unit_dictText}}</a-select-option> <a-select-option v-for="(item,index) in queryParamsUntil" :key="index" :value="item.unit">{{item.departName}}</a-select-option>
</a-select> </a-select>
</a-form-item> </a-form-item>
</a-col> </a-col>
@ -226,7 +226,7 @@
exportXlsUrl: "/waste/processWaste/exportXls", exportXlsUrl: "/waste/processWaste/exportXls",
importExcelUrl: "waste/processWaste/importExcel", importExcelUrl: "waste/processWaste/importExcel",
userRoleUrl: "/sys/user/queryUserRolePart", userRoleUrl: "/sys/user/queryUserRolePart",
listByuntil: '/unitwaste/processUnitWasteWarehouseCode/list', listByuntil: '/unitwaste/processUnitWasteWarehouseCode/listAllNoPage',
}, },
dictOptions:{}, dictOptions:{},
superFieldList:[], superFieldList:[],

Loading…
Cancel
Save