Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dev
0.0 2 years ago
parent
commit
e61cbf76a2
  1. 1
      public/index.html
  2. BIN
      public/static/excle/总库导入模板_1669801840316.xlsx
  3. BIN
      public/static/excle/账外导入模板_1672371645321.xlsx
  4. 2
      src/components/jeecg/JEditor.vue
  5. 9
      src/views/activiti/form/ProcessMaterialsAllotForm.vue
  6. 80
      src/views/dashboard/HomePage.vue
  7. 2
      src/views/regime/modules/ProcessRegimeForm.vue

1
public/index.html vendored

@ -5,6 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="referrer" content="no-referrer" />
<title>综合信息管理平台</title> <title>综合信息管理平台</title>
<link rel="icon" href="<%= BASE_URL%>logo2.jpeg"> <link rel="icon" href="<%= BASE_URL%>logo2.jpeg">
<!-- <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>--> <!-- <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>-->

BIN
public/static/excle/总库导入模板_1669801840316.xlsx

Binary file not shown.

BIN
public/static/excle/账外导入模板_1672371645321.xlsx

Binary file not shown.

2
src/components/jeecg/JEditor.vue

@ -62,7 +62,7 @@
language_url: '/tinymce/langs/zh_CN.js', language_url: '/tinymce/langs/zh_CN.js',
language: 'zh_CN', language: 'zh_CN',
skin_url: '/tinymce/skins/lightgray', skin_url: '/tinymce/skins/lightgray',
height: 300, height: 400,
plugins: this.plugins, plugins: this.plugins,
toolbar: this.toolbar, toolbar: this.toolbar,
branding: false, branding: false,

9
src/views/activiti/form/ProcessMaterialsAllotForm.vue

@ -255,6 +255,15 @@
// placeholder: '${title}', // placeholder: '${title}',
// defaultValue: '' // defaultValue: ''
// }, // },
{
title: '实发数',
key: 'actualSendNumber',
type: FormTypes.inputNumber,
width: '130px',
placeholder: '请输入${title}',
defaultValue: '',
disabled: this.actualNumber
},
{ {
title: '接收调拨目标', title: '接收调拨目标',
key: 'allotTarget', key: 'allotTarget',

80
src/views/dashboard/HomePage.vue

@ -113,6 +113,20 @@
</a-card> </a-card>
</div> </div>
<a-modal v-model="visible" title="" width="1200px"
@cancel="handlerOk"
cancelText="关闭">
<template slot="footer">
<a-button @click="handlerOk">关闭</a-button>
</template>
<p v-html="regimeConter" :style="{'max-height': this.timeLineHeight + 'px' }"
style="overflow-y:scroll;margin-top: 2%"></p>
</a-modal>
<!--全部应用--> <!--全部应用-->
<div style="width: 100%; height:70%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}"> <div style="width: 100%; height:70%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}">
<a-row :gutter="24"> <a-row :gutter="24">
@ -173,7 +187,7 @@
<!-- </template>--> <!-- </template>-->
</a-modal> </a-modal>
<process-regime-modal ref="modalForm" @ok="modalFormOk"></process-regime-modal> <!-- <process-regime-modal ref="modalForm" @ok="modalFormOk"></process-regime-modal>-->
</div> </div>
<!-- <a-card class="bottom-card" title="全部应用" style="width: 100%; height:60%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}" >--> <!-- <a-card class="bottom-card" title="全部应用" style="width: 100%; height:60%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}" >-->
@ -194,9 +208,8 @@ import { JVXETypes } from '@/components/jeecg/JVxeTable/index'
import { colorList } from '@/components/tools/setting' import { colorList } from '@/components/tools/setting'
import ShowAnnouncement from '@comp/tools/ShowAnnouncement' import ShowAnnouncement from '@comp/tools/ShowAnnouncement'
import KeyApplications from '@views/dashboard/KeyApplications' import KeyApplications from '@views/dashboard/KeyApplications'
import ProcessRegimeModal from '@views/regime/modules/ProcessRegimeModal' // import ProcessRegimeModal from '@views/regime/modules/ProcessRegimeModal'
// import { mixinDevice } from '@/utils/mixin' // import Institution from '@views/regime/institution'
// import { JeecgListMixin } from '@/mixins/JeecgListMixin'
export default { export default {
name: 'HomePage', name: 'HomePage',
@ -205,16 +218,19 @@ export default {
KeyApplications, KeyApplications,
JVXETypes, JVXETypes,
ShowAnnouncement, ShowAnnouncement,
ProcessRegimeModal, // ProcessRegimeModal,
// Institution
}, },
data() { data() {
return { return {
regime: false, regime: false,
regimeConter: undefined,
isorter:{ isorter:{
column: 'createTime', column: 'createTime',
order: 'desc', order: 'desc',
}, },
visible: false,
// //
url: { url: {
listCementByUser:"/sys/annountCement/listByUser", listCementByUser:"/sys/annountCement/listByUser",
@ -262,16 +278,18 @@ export default {
// ellipsis: true, // ellipsis: true,
// sorter: true // sorter: true
// }, // },
{ // {
align:"left", // align:"left",
dataIndex: 'contentDetails', // dataIndex: 'contentDetails',
ellipsis: true, // ellipsis: true,
sorter: true, // sorter: true,
customRender:function (t,r,index) { // customRender:function (t,r,index) {
t = t.replace("<p>", "user") // let str = '';
return t; //
} // t =str;
}, // return t;
// }
// },
{ {
align:"center", align:"center",
dataIndex: 'createTime', dataIndex: 'createTime',
@ -304,9 +322,16 @@ export default {
KeyApplicationsChildren:[], KeyApplicationsChildren:[],
selectRowKeys:[], selectRowKeys:[],
routerGo:"", routerGo:"",
timeLineHeight:"",
colors:[], colors:[],
} }
}, },
mounted() {
this.timeLineHeight = document.documentElement.clientHeight - 300;
window.onresize = () => {
this.timeLineHeight = document.documentElement.clientHeight - 300;
};
},
created() { created() {
getAction(this.url.keyApplications).then((res) => { getAction(this.url.keyApplications).then((res) => {
if (res.success) { if (res.success) {
@ -332,6 +357,10 @@ export default {
}, },
methods: { methods: {
handlerOk(e) {
console.log(e);
this.visible = false;
},
expandedRowKeys(row){ expandedRowKeys(row){
console.log("=====",row); console.log("=====",row);
@ -560,9 +589,12 @@ export default {
handleDetail(record){ handleDetail(record){
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.modalForm.edit(record); this.visible = true;
this.$refs.modalForm.title="详情"; this.regimeConter = record.contentDetails;
this.$refs.modalForm.disableSubmit = true; // console.log("=edrsfg-q=wse0gf=",record.contentDetails);
// this.$refs.modalForm.edit(record);
// this.$refs.modalForm.title="";
// this.$refs.modalForm.disableSubmit = true;
}) })
}, },
@ -647,6 +679,18 @@ export default {
</script> </script>
<style scoped> <style scoped>
/deep/ .ant-modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-radius: 2px;
pointer-events: auto;
max-width: 1500px;
display: inline-block;
}
.ant-carousel >>> .slick-slide img { .ant-carousel >>> .slick-slide img {
border: 5px solid #fff; border: 5px solid #fff;
display: block; display: block;

2
src/views/regime/modules/ProcessRegimeForm.vue

@ -1,6 +1,6 @@
<template> <template>
<a-spin :spinning="confirmLoading"> <a-spin :spinning="confirmLoading">
<j-form-container :disabled="formDisabled"> <j-form-container >
<a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail"> <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
<a-row> <a-row>
<a-col :span="24"> <a-col :span="24">

Loading…
Cancel
Save