@fecp/designer 5.6.1 → 5.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  3. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  4. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  5. package/es/designer.css +80 -66
  6. package/es/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.mjs +4 -2
  7. package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +4 -1
  8. package/es/packages/mobile/src/utils/idea/vue3sfc.mjs +3 -1
  9. package/es/packages/vue/src/components/bus/approvalHistory/timeLine.vue.mjs +1 -1
  10. package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +3 -2
  11. package/es/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.mjs +2 -2
  12. package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +1 -0
  13. package/lib/designer/package.json.js +1 -1
  14. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  15. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  16. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  17. package/lib/designer.css +80 -66
  18. package/lib/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.js +3 -1
  19. package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +4 -1
  20. package/lib/packages/mobile/src/utils/idea/vue3sfc.js +3 -1
  21. package/lib/packages/vue/src/components/bus/approvalHistory/timeLine.vue.js +1 -1
  22. package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +3 -2
  23. package/lib/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.js +2 -2
  24. package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +1 -0
  25. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.6.1";
1
+ const version = "5.6.3";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue.mjs";
1
+ import DialogDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue.mjs";
1
+ import DialogGlobalDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
52
52
  import "../../../components/TemplateSelector.vue.mjs";
53
53
  import "../../table/default.mjs";
54
54
  /* empty css */
55
- /* empty css */
56
- /* empty css */
55
+ /* empty css */
56
+ /* empty css */
57
57
  import "../../../store/index.mjs";
58
58
  /* empty css */
59
59
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
package/es/designer.css CHANGED
@@ -5683,6 +5683,13 @@ body,
5683
5683
  justify-content: space-between;
5684
5684
  padding: 12px 10px;
5685
5685
  }
5686
+ .flowTimeline .openTask .appAssignee {
5687
+ white-space: nowrap;
5688
+ overflow: hidden;
5689
+ text-overflow: ellipsis;
5690
+ flex: 1;
5691
+ margin-right: 12px;
5692
+ }
5686
5693
  .flowTimeline .openTask.sign {
5687
5694
  border-bottom: var(--el-border);
5688
5695
  }
@@ -5754,102 +5761,109 @@ body,
5754
5761
  right: 20px;
5755
5762
  }
5756
5763
 
5757
- .flowChartTimeline[data-v-0ce0023b] {
5764
+ .flowChartTimeline[data-v-c69109fb] {
5758
5765
  width: 100%;
5759
5766
  height: 100%;
5760
5767
  }
5761
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__content {
5768
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__content {
5762
5769
  margin: 0;
5763
5770
  }
5764
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__wrapper {
5771
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__wrapper {
5765
5772
  padding-left: 22px;
5766
5773
  }
5767
- .flowChartTimeline[data-v-0ce0023b] .el-timeline {
5774
+ .flowChartTimeline[data-v-c69109fb] .el-timeline {
5768
5775
  padding: 0px;
5769
5776
  }
5770
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__tail {
5777
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__tail {
5771
5778
  border-left: 2px dotted #e4e7ed;
5772
5779
  display: block !important;
5773
5780
  }
5774
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node {
5781
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node {
5775
5782
  left: 0px;
5776
5783
  width: 10px;
5777
5784
  height: 10px;
5778
5785
  }
5779
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node.el-timeline-item__node--large {
5786
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node.el-timeline-item__node--large {
5780
5787
  left: 0px;
5781
5788
  width: 14px;
5782
5789
  height: 14px;
5783
5790
  top: 0px;
5784
5791
  }
5785
- .flowChartTimeline .header[data-v-0ce0023b] {
5792
+ .flowChartTimeline .header[data-v-c69109fb] {
5786
5793
  display: flex;
5787
5794
  flex-direction: column;
5788
5795
  }
5789
- .flowChartTimeline .header .nodeName[data-v-0ce0023b] {
5796
+ .flowChartTimeline .header .nodeName[data-v-c69109fb] {
5790
5797
  font-size: 15px;
5791
5798
  color: #666;
5792
5799
  font-weight: bold;
5793
5800
  margin-bottom: 0px;
5794
5801
  margin-top: 0px;
5795
5802
  }
5796
- .flowChartTimeline .header .createTime[data-v-0ce0023b] {
5803
+ .flowChartTimeline .header .createTime[data-v-c69109fb] {
5797
5804
  font-size: 13px;
5798
5805
  color: #666;
5799
5806
  margin-bottom: 4px;
5800
5807
  }
5801
- .flowChartTimeline .content[data-v-0ce0023b],
5802
- .flowChartTimeline .appContent[data-v-0ce0023b] {
5808
+ .flowChartTimeline .content[data-v-c69109fb],
5809
+ .flowChartTimeline .appContent[data-v-c69109fb] {
5803
5810
  padding: 10px;
5804
5811
  border: var(--el-border);
5805
5812
  border-radius: 4px;
5806
5813
  }
5807
- .flowChartTimeline .signContent .content[data-v-0ce0023b] {
5814
+ .flowChartTimeline .signContent .content[data-v-c69109fb] {
5808
5815
  margin-bottom: 15px;
5809
5816
  }
5810
- .flowChartTimeline .app-header .duration[data-v-0ce0023b],
5811
- .flowChartTimeline .openTask .duration[data-v-0ce0023b] {
5817
+ .flowChartTimeline .app-header .duration[data-v-c69109fb],
5818
+ .flowChartTimeline .openTask .duration[data-v-c69109fb] {
5812
5819
  color: #909399;
5813
5820
  font-size: 13px;
5814
5821
  float: right;
5815
5822
  }
5816
- .flowChartTimeline .app-header .approveType[data-v-0ce0023b] {
5823
+ .flowTimeline .openTask .appAssignee[data-v-c69109fb] {
5824
+ white-space: nowrap;
5825
+ overflow: hidden;
5826
+ text-overflow: ellipsis;
5827
+ flex: 1;
5828
+ margin-right: 12px;
5829
+ }
5830
+ .flowChartTimeline .app-header .approveType[data-v-c69109fb] {
5817
5831
  border: 1px dashed var(--el-color-primary);
5818
5832
  color: var(--el-color-primary);
5819
5833
  background: #f5f5f5;
5820
5834
  border-radius: 4px;
5821
5835
  padding: 2px 6px;
5822
5836
  }
5823
- .flowChartTimeline .apping[data-v-0ce0023b] {
5837
+ .flowChartTimeline .apping[data-v-c69109fb] {
5824
5838
  color: var(--el-color-primary);
5825
5839
  }
5826
- .flowChartTimeline .openTask[data-v-0ce0023b] {
5840
+ .flowChartTimeline .openTask[data-v-c69109fb] {
5827
5841
  display: flex;
5828
5842
  align-items: center;
5829
5843
  justify-content: space-between;
5830
5844
  padding: 12px 10px;
5831
5845
  }
5832
- .flowChartTimeline .openTask.sign[data-v-0ce0023b] {
5846
+ .flowChartTimeline .openTask.sign[data-v-c69109fb] {
5833
5847
  border-bottom: var(--el-border);
5834
5848
  }
5835
- .flowChartTimeline .openTask.sign[data-v-0ce0023b]:last-child {
5849
+ .flowChartTimeline .openTask.sign[data-v-c69109fb]:last-child {
5836
5850
  border-bottom: none;
5837
5851
  }
5838
- .flowChartTimeline .app-footer .endTime[data-v-0ce0023b] {
5852
+ .flowChartTimeline .app-footer .endTime[data-v-c69109fb] {
5839
5853
  color: #909399;
5840
5854
  font-size: 13px;
5841
5855
  }
5842
- .flowChartTimeline .app-footer .endTime i[data-v-0ce0023b] {
5856
+ .flowChartTimeline .app-footer .endTime i[data-v-c69109fb] {
5843
5857
  margin-right: 5px;
5844
5858
  }
5845
- .flowChartTimeline .app-footer .assignee[data-v-0ce0023b] {
5859
+ .flowChartTimeline .app-footer .assignee[data-v-c69109fb] {
5846
5860
  color: #909399;
5847
5861
  font-size: 13px;
5848
5862
  float: right;
5849
5863
  display: flex;
5850
5864
  align-items: center;
5851
5865
  }
5852
- .flowChartTimeline .app-footer .assignee-name[data-v-0ce0023b] {
5866
+ .flowChartTimeline .app-footer .assignee-name[data-v-c69109fb] {
5853
5867
  font-size: 15px;
5854
5868
  color: #000;
5855
5869
  font-weight: bold;
@@ -5863,17 +5877,17 @@ body,
5863
5877
  background: #f5f5f5;
5864
5878
  border-radius: 4px;
5865
5879
  }
5866
- .flowChartTimeline .app-content[data-v-0ce0023b],
5867
- .flowChartTimeline .app-header[data-v-0ce0023b],
5868
- .flowChartTimeline .app-footer[data-v-0ce0023b] {
5880
+ .flowChartTimeline .app-content[data-v-c69109fb],
5881
+ .flowChartTimeline .app-header[data-v-c69109fb],
5882
+ .flowChartTimeline .app-footer[data-v-c69109fb] {
5869
5883
  line-height: 30px;
5870
5884
  padding: 0 10px;
5871
5885
  }
5872
- .flowChartTimeline .app-content[data-v-0ce0023b],
5873
- .flowChartTimeline .app-header[data-v-0ce0023b] {
5886
+ .flowChartTimeline .app-content[data-v-c69109fb],
5887
+ .flowChartTimeline .app-header[data-v-c69109fb] {
5874
5888
  margin-bottom: 10px;
5875
5889
  }
5876
- .flowChartTimeline .app-content .approveIdea[data-v-0ce0023b] {
5890
+ .flowChartTimeline .app-content .approveIdea[data-v-c69109fb] {
5877
5891
  min-height: 30px;
5878
5892
  background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
5879
5893
  background-size: 100% 30px;
@@ -9720,7 +9734,7 @@ form fieldset select {
9720
9734
  height: 100%;
9721
9735
  }:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
9722
9736
  :root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}
9723
- .van-tabbar[data-v-cf078e7a] {
9737
+ .van-tabbar[data-v-b7b7084a] {
9724
9738
  height: auto;
9725
9739
  min-height: 54px;
9726
9740
  padding-top: 8px;
@@ -9848,7 +9862,7 @@ form fieldset select {
9848
9862
  justify-content: center;
9849
9863
  color: #909399;
9850
9864
  font-size: 14px;
9851
- }.van-action-bar[data-v-09c36d09] {
9865
+ }.van-action-bar[data-v-7696094a] {
9852
9866
  position: relative;
9853
9867
  height: auto;
9854
9868
  min-height: 56px;
@@ -9857,23 +9871,23 @@ form fieldset select {
9857
9871
  align-items: flex-start;
9858
9872
  gap: 8px;
9859
9873
  }
9860
- .van-action-bar[data-v-09c36d09] .van-action-bar-button {
9874
+ .van-action-bar[data-v-7696094a] .van-action-bar-button {
9861
9875
  border-radius: var(--van-radius-max);
9862
9876
  }
9863
- .appPopContent[data-v-09c36d09] {
9877
+ .appPopContent[data-v-7696094a] {
9864
9878
  height: 100%;
9865
9879
  display: flex;
9866
9880
  flex-direction: column;
9867
9881
  padding-top: 12px;
9868
9882
  }
9869
- .appPopContent .appOptContent[data-v-09c36d09] {
9883
+ .appPopContent .appOptContent[data-v-7696094a] {
9870
9884
  flex: 1;
9871
9885
  overflow-y: auto;
9872
9886
  }
9873
- .appPopContent .appOptContent[data-v-09c36d09] .van-field__label {
9887
+ .appPopContent .appOptContent[data-v-7696094a] .van-field__label {
9874
9888
  width: 5.2em !important;
9875
9889
  }
9876
- .fec-mobile-approval-disabled[data-v-09c36d09] {
9890
+ .fec-mobile-approval-disabled[data-v-7696094a] {
9877
9891
  text-align: center;
9878
9892
  font-size: 13px;
9879
9893
  color: #fa8c16;
@@ -9886,119 +9900,119 @@ form fieldset select {
9886
9900
  align-items: center;
9887
9901
  justify-content: center;
9888
9902
  }
9889
- .icon-green[data-v-09c36d09] {
9903
+ .icon-green[data-v-7696094a] {
9890
9904
  background: linear-gradient(135deg, #00d2a0 0%, #1aad7d 100%);
9891
9905
  color: #fff;
9892
9906
  }
9893
- .icon-blue[data-v-09c36d09] {
9907
+ .icon-blue[data-v-7696094a] {
9894
9908
  background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
9895
9909
  color: #fff;
9896
9910
  }
9897
- .icon-orange[data-v-09c36d09] {
9911
+ .icon-orange[data-v-7696094a] {
9898
9912
  background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
9899
9913
  color: #fff;
9900
9914
  }
9901
- .icon-red[data-v-09c36d09] {
9915
+ .icon-red[data-v-7696094a] {
9902
9916
  background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
9903
9917
  color: #fff;
9904
9918
  }
9905
- .icon-purple[data-v-09c36d09] {
9919
+ .icon-purple[data-v-7696094a] {
9906
9920
  background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
9907
9921
  color: #fff;
9908
9922
  }
9909
- .icon-pink[data-v-09c36d09] {
9923
+ .icon-pink[data-v-7696094a] {
9910
9924
  background: linear-gradient(135deg, #ff6090 0%, #e91e63 100%);
9911
9925
  color: #fff;
9912
9926
  }
9913
- .icon-cyan[data-v-09c36d09] {
9927
+ .icon-cyan[data-v-7696094a] {
9914
9928
  background: linear-gradient(135deg, #26c6da 0%, #00acc1 100%);
9915
9929
  color: #fff;
9916
9930
  }
9917
- .icon-yellow[data-v-09c36d09] {
9931
+ .icon-yellow[data-v-7696094a] {
9918
9932
  background: linear-gradient(135deg, #ffee58 0%, #fdd835 100%);
9919
9933
  color: #333;
9920
9934
  }
9921
- .icon-brown[data-v-09c36d09] {
9935
+ .icon-brown[data-v-7696094a] {
9922
9936
  background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);
9923
9937
  color: #fff;
9924
9938
  }
9925
- .icon-indigo[data-v-09c36d09] {
9939
+ .icon-indigo[data-v-7696094a] {
9926
9940
  background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
9927
9941
  color: #fff;
9928
9942
  }
9929
- .icon-teal[data-v-09c36d09] {
9943
+ .icon-teal[data-v-7696094a] {
9930
9944
  background: linear-gradient(135deg, #4db6ac 0%, #00897b 100%);
9931
9945
  color: #fff;
9932
9946
  }
9933
- .icon-lime[data-v-09c36d09] {
9947
+ .icon-lime[data-v-7696094a] {
9934
9948
  background: linear-gradient(135deg, #aed581 0%, #7cb305 100%);
9935
9949
  color: #333;
9936
9950
  }
9937
- .icon-amber[data-v-09c36d09] {
9951
+ .icon-amber[data-v-7696094a] {
9938
9952
  background: linear-gradient(135deg, #ffd54f 0%, #ffab00 100%);
9939
9953
  color: #333;
9940
9954
  }
9941
- .icon-fuchsia[data-v-09c36d09] {
9955
+ .icon-fuchsia[data-v-7696094a] {
9942
9956
  background: linear-gradient(135deg, #f06292 0%, #c2185b 100%);
9943
9957
  color: #fff;
9944
9958
  }
9945
- .icon-rose[data-v-09c36d09] {
9959
+ .icon-rose[data-v-7696094a] {
9946
9960
  background: linear-gradient(135deg, #f48fb1 0%, #e91e63 100%);
9947
9961
  color: #fff;
9948
9962
  }
9949
- .icon-violet[data-v-09c36d09] {
9963
+ .icon-violet[data-v-7696094a] {
9950
9964
  background: linear-gradient(135deg, #9575cd 0%, #512da8 100%);
9951
9965
  color: #fff;
9952
9966
  }
9953
- .icon-sky[data-v-09c36d09] {
9967
+ .icon-sky[data-v-7696094a] {
9954
9968
  background: linear-gradient(135deg, #4fc3f7 0%, #039be5 100%);
9955
9969
  color: #fff;
9956
9970
  }
9957
- .icon-emerald[data-v-09c36d09] {
9971
+ .icon-emerald[data-v-7696094a] {
9958
9972
  background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);
9959
9973
  color: #fff;
9960
9974
  }
9961
- .icon-slate[data-v-09c36d09] {
9975
+ .icon-slate[data-v-7696094a] {
9962
9976
  background: linear-gradient(135deg, #90a4ae 0%, #546e7a 100%);
9963
9977
  color: #fff;
9964
9978
  }
9965
- .icon-stone[data-v-09c36d09] {
9979
+ .icon-stone[data-v-7696094a] {
9966
9980
  background: linear-gradient(135deg, #bcaaa4 0%, #6d4c41 100%);
9967
9981
  color: #fff;
9968
9982
  }
9969
- .icon-zinc[data-v-09c36d09] {
9983
+ .icon-zinc[data-v-7696094a] {
9970
9984
  background: linear-gradient(135deg, #9e9e9e 0%, #424242 100%);
9971
9985
  color: #fff;
9972
9986
  }
9973
- .icon-neutral[data-v-09c36d09] {
9987
+ .icon-neutral[data-v-7696094a] {
9974
9988
  background: linear-gradient(135deg, #a8a8a8 0%, #616161 100%);
9975
9989
  color: #fff;
9976
9990
  }
9977
- .icon-gray[data-v-09c36d09] {
9991
+ .icon-gray[data-v-7696094a] {
9978
9992
  background: linear-gradient(135deg, #b0bec5 0%, #455a64 100%);
9979
9993
  color: #fff;
9980
9994
  }
9981
- .icon-skyblue[data-v-09c36d09] {
9995
+ .icon-skyblue[data-v-7696094a] {
9982
9996
  background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%);
9983
9997
  color: #fff;
9984
9998
  }
9985
- .icon-darkblue[data-v-09c36d09] {
9999
+ .icon-darkblue[data-v-7696094a] {
9986
10000
  background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
9987
10001
  color: #fff;
9988
10002
  }
9989
- .icon-lightgreen[data-v-09c36d09] {
10003
+ .icon-lightgreen[data-v-7696094a] {
9990
10004
  background: linear-gradient(135deg, #69f0ae 0%, #00c853 100%);
9991
10005
  color: #fff;
9992
10006
  }
9993
- .icon-lightpink[data-v-09c36d09] {
10007
+ .icon-lightpink[data-v-7696094a] {
9994
10008
  background: linear-gradient(135deg, #ff80ab 0%, #f50057 100%);
9995
10009
  color: #fff;
9996
10010
  }
9997
- .icon-lightpurple[data-v-09c36d09] {
10011
+ .icon-lightpurple[data-v-7696094a] {
9998
10012
  background: linear-gradient(135deg, #b388ff 0%, #7c4dff 100%);
9999
10013
  color: #fff;
10000
10014
  }
10001
- .icon-lightorange[data-v-09c36d09] {
10015
+ .icon-lightorange[data-v-7696094a] {
10002
10016
  background: linear-gradient(135deg, #ffcc80 0%, #ff6d00 100%);
10003
10017
  color: #fff;
10004
10018
  }:root,:host{--van-tag-padding: 0 var(--van-padding-base);--van-tag-text-color: var(--van-white);--van-tag-font-size: var(--van-font-size-sm);--van-tag-radius: 2px;--van-tag-line-height: 16px;--van-tag-medium-padding: 2px 6px;--van-tag-large-padding: var(--van-padding-base) var(--van-padding-xs);--van-tag-large-radius: var(--van-radius-md);--van-tag-large-font-size: var(--van-font-size-md);--van-tag-round-radius: var(--van-radius-max);--van-tag-danger-color: var(--van-danger-color);--van-tag-primary-color: var(--van-primary-color);--van-tag-success-color: var(--van-success-color);--van-tag-warning-color: var(--van-warning-color);--van-tag-default-color: var(--van-gray-6);--van-tag-plain-background: var(--van-background-2)}.van-tag{position:relative;display:inline-flex;align-items:center;padding:var(--van-tag-padding);color:var(--van-tag-text-color);font-size:var(--van-tag-font-size);line-height:var(--van-tag-line-height);border-radius:var(--van-tag-radius)}.van-tag--default{background:var(--van-tag-default-color)}.van-tag--default.van-tag--plain{color:var(--van-tag-default-color)}.van-tag--danger{background:var(--van-tag-danger-color)}.van-tag--danger.van-tag--plain{color:var(--van-tag-danger-color)}.van-tag--primary{background:var(--van-tag-primary-color)}.van-tag--primary.van-tag--plain{color:var(--van-tag-primary-color)}.van-tag--success{background:var(--van-tag-success-color)}.van-tag--success.van-tag--plain{color:var(--van-tag-success-color)}.van-tag--warning{background:var(--van-tag-warning-color)}.van-tag--warning.van-tag--plain{color:var(--van-tag-warning-color)}.van-tag--plain{background:var(--van-tag-plain-background);border-color:currentColor}.van-tag--plain:before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:"";pointer-events:none}.van-tag--medium{padding:var(--van-tag-medium-padding)}.van-tag--large{padding:var(--van-tag-large-padding);font-size:var(--van-tag-large-font-size);border-radius:var(--van-tag-large-radius)}.van-tag--mark{border-radius:0 var(--van-tag-round-radius) var(--van-tag-round-radius) 0}.van-tag--mark:after{display:block;width:2px;content:""}.van-tag--round{border-radius:var(--van-tag-round-radius)}.van-tag__close{margin-left:2px}
@@ -24,7 +24,7 @@ import MobilePage from "../../../page.vue.mjs";
24
24
  import { useStore } from "../../../../../../node_modules/vuex/dist/vuex.esm-bundler.mjs";
25
25
  /* empty css */
26
26
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
27
- import { showLoadingToast, showFailToast, showSuccessToast } from "../../../../../../node_modules/vant/es/toast/function-call.mjs";
27
+ import { showLoadingToast, showFailToast, showSuccessToast, closeToast } from "../../../../../../node_modules/vant/es/toast/function-call.mjs";
28
28
  import "../../../../../../node_modules/vant/es/toast/index.mjs";
29
29
  import { ActionBar } from "../../../../../../node_modules/vant/es/action-bar/index.mjs";
30
30
  import { ActionBarButton } from "../../../../../../node_modules/vant/es/action-bar-button/index.mjs";
@@ -255,6 +255,8 @@ const _sfc_main = {
255
255
  emitter.emit("refreshFlowCutNum");
256
256
  goBack();
257
257
  }
258
+ }).finally(() => {
259
+ closeToast();
258
260
  });
259
261
  }
260
262
  const goBack = () => {
@@ -450,7 +452,7 @@ const _sfc_main = {
450
452
  };
451
453
  }
452
454
  };
453
- const _ApprovalBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-09c36d09"]]);
455
+ const _ApprovalBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7696094a"]]);
454
456
  export {
455
457
  _ApprovalBar as default
456
458
  };
@@ -76,6 +76,9 @@ const _sfc_main = {
76
76
  });
77
77
  }
78
78
  getMessageCutNum();
79
+ emitter.on("refreshMsgCutNum", () => {
80
+ getMessageCutNum();
81
+ });
79
82
  const msgSocket = SocketService.Instance;
80
83
  msgSocket.connect(
81
84
  `${ctx.$envConfig.web_socket_url}/message4ws4Mobile/${((_a = store.getters.user) == null ? void 0 : _a.corpId) || ""}${store.getters.user.opNo}`
@@ -118,7 +121,7 @@ const _sfc_main = {
118
121
  };
119
122
  }
120
123
  };
121
- const _Tabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cf078e7a"]]);
124
+ const _Tabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7b7084a"]]);
122
125
  export {
123
126
  _Tabbar as default
124
127
  };
@@ -1,11 +1,13 @@
1
1
  import { loadModule as i } from "../../../../../node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.mjs";
2
2
  import * as Vue from "vue";
3
3
  import * as index from "../../../../../node_modules/vant/es/index.mjs";
4
+ import emitter from "../eventBus.mjs";
4
5
  const vantExports = { ...index };
5
6
  const options = {
6
7
  moduleCache: {
7
8
  vue: Vue,
8
- vant: vantExports
9
+ vant: vantExports,
10
+ eventBus: emitter
9
11
  },
10
12
  getFile: (url) => {
11
13
  return fetch(url).then((response) => {
@@ -42,7 +42,7 @@ const _hoisted_11 = {
42
42
  class: "appContent"
43
43
  };
44
44
  const _hoisted_12 = { class: "openTask sign" };
45
- const _hoisted_13 = { style: { "font-weight": "bold" } };
45
+ const _hoisted_13 = { style: { "font-weight": "bold", "display": "flex", "flex": "1", "width": "0", "margin-right": "12px" } };
46
46
  const _hoisted_14 = { class: "appAssignee" };
47
47
  const _hoisted_15 = { key: 0 };
48
48
  const _hoisted_16 = {
@@ -95,8 +95,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
95
95
  genType: __props.config.genType,
96
96
  parmList: unref(parsedParams),
97
97
  onLoaded: loaded,
98
- savaData: savaFuncCallback
99
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
98
+ savaData: savaFuncCallback,
99
+ title: __props.config.label
100
+ }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
100
101
  ]);
101
102
  };
102
103
  }
@@ -36,7 +36,7 @@ const _hoisted_12 = {
36
36
  class: "appContent"
37
37
  };
38
38
  const _hoisted_13 = { class: "openTask sign" };
39
- const _hoisted_14 = { style: { "font-weight": "bold" } };
39
+ const _hoisted_14 = { style: { "font-weight": "bold", "display": "flex", "flex": "1", "width": "0", "margin-right": "12px" } };
40
40
  const _hoisted_15 = { class: "appAssignee" };
41
41
  const _hoisted_16 = { key: 0 };
42
42
  const _hoisted_17 = {
@@ -235,7 +235,7 @@ const _sfc_main = {
235
235
  };
236
236
  }
237
237
  };
238
- const timeline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0ce0023b"]]);
238
+ const timeline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c69109fb"]]);
239
239
  export {
240
240
  timeline as default
241
241
  };
@@ -517,6 +517,7 @@ async function handleFormSubmit(node, data, fields, context) {
517
517
  console.error("form-setValue: 缺少 dataSourceId 配置");
518
518
  return;
519
519
  }
520
+ debugger;
520
521
  const formComponent = (_a = context.components) == null ? void 0 : _a.form;
521
522
  const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
522
523
  const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.6.1";
3
+ const version = "5.6.3";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const Vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = Vue.ref(false);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const Vue = require("vue");
5
5
  function useDialogGlobalDialog() {
6
6
  const dialogGlobalDialogVisible = Vue.ref(false);
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
54
54
  require("../../../components/TemplateSelector.vue.js");
55
55
  require("../../table/default.js");
56
56
  ;/* empty css */
57
- ;/* empty css */
58
- ;/* empty css */
57
+ ;/* empty css */
58
+ ;/* empty css */
59
59
  require("../../../store/index.js");
60
60
  ;/* empty css */
61
61
  const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
package/lib/designer.css CHANGED
@@ -5683,6 +5683,13 @@ body,
5683
5683
  justify-content: space-between;
5684
5684
  padding: 12px 10px;
5685
5685
  }
5686
+ .flowTimeline .openTask .appAssignee {
5687
+ white-space: nowrap;
5688
+ overflow: hidden;
5689
+ text-overflow: ellipsis;
5690
+ flex: 1;
5691
+ margin-right: 12px;
5692
+ }
5686
5693
  .flowTimeline .openTask.sign {
5687
5694
  border-bottom: var(--el-border);
5688
5695
  }
@@ -5754,102 +5761,109 @@ body,
5754
5761
  right: 20px;
5755
5762
  }
5756
5763
 
5757
- .flowChartTimeline[data-v-0ce0023b] {
5764
+ .flowChartTimeline[data-v-c69109fb] {
5758
5765
  width: 100%;
5759
5766
  height: 100%;
5760
5767
  }
5761
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__content {
5768
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__content {
5762
5769
  margin: 0;
5763
5770
  }
5764
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__wrapper {
5771
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__wrapper {
5765
5772
  padding-left: 22px;
5766
5773
  }
5767
- .flowChartTimeline[data-v-0ce0023b] .el-timeline {
5774
+ .flowChartTimeline[data-v-c69109fb] .el-timeline {
5768
5775
  padding: 0px;
5769
5776
  }
5770
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__tail {
5777
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__tail {
5771
5778
  border-left: 2px dotted #e4e7ed;
5772
5779
  display: block !important;
5773
5780
  }
5774
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node {
5781
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node {
5775
5782
  left: 0px;
5776
5783
  width: 10px;
5777
5784
  height: 10px;
5778
5785
  }
5779
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node.el-timeline-item__node--large {
5786
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node.el-timeline-item__node--large {
5780
5787
  left: 0px;
5781
5788
  width: 14px;
5782
5789
  height: 14px;
5783
5790
  top: 0px;
5784
5791
  }
5785
- .flowChartTimeline .header[data-v-0ce0023b] {
5792
+ .flowChartTimeline .header[data-v-c69109fb] {
5786
5793
  display: flex;
5787
5794
  flex-direction: column;
5788
5795
  }
5789
- .flowChartTimeline .header .nodeName[data-v-0ce0023b] {
5796
+ .flowChartTimeline .header .nodeName[data-v-c69109fb] {
5790
5797
  font-size: 15px;
5791
5798
  color: #666;
5792
5799
  font-weight: bold;
5793
5800
  margin-bottom: 0px;
5794
5801
  margin-top: 0px;
5795
5802
  }
5796
- .flowChartTimeline .header .createTime[data-v-0ce0023b] {
5803
+ .flowChartTimeline .header .createTime[data-v-c69109fb] {
5797
5804
  font-size: 13px;
5798
5805
  color: #666;
5799
5806
  margin-bottom: 4px;
5800
5807
  }
5801
- .flowChartTimeline .content[data-v-0ce0023b],
5802
- .flowChartTimeline .appContent[data-v-0ce0023b] {
5808
+ .flowChartTimeline .content[data-v-c69109fb],
5809
+ .flowChartTimeline .appContent[data-v-c69109fb] {
5803
5810
  padding: 10px;
5804
5811
  border: var(--el-border);
5805
5812
  border-radius: 4px;
5806
5813
  }
5807
- .flowChartTimeline .signContent .content[data-v-0ce0023b] {
5814
+ .flowChartTimeline .signContent .content[data-v-c69109fb] {
5808
5815
  margin-bottom: 15px;
5809
5816
  }
5810
- .flowChartTimeline .app-header .duration[data-v-0ce0023b],
5811
- .flowChartTimeline .openTask .duration[data-v-0ce0023b] {
5817
+ .flowChartTimeline .app-header .duration[data-v-c69109fb],
5818
+ .flowChartTimeline .openTask .duration[data-v-c69109fb] {
5812
5819
  color: #909399;
5813
5820
  font-size: 13px;
5814
5821
  float: right;
5815
5822
  }
5816
- .flowChartTimeline .app-header .approveType[data-v-0ce0023b] {
5823
+ .flowTimeline .openTask .appAssignee[data-v-c69109fb] {
5824
+ white-space: nowrap;
5825
+ overflow: hidden;
5826
+ text-overflow: ellipsis;
5827
+ flex: 1;
5828
+ margin-right: 12px;
5829
+ }
5830
+ .flowChartTimeline .app-header .approveType[data-v-c69109fb] {
5817
5831
  border: 1px dashed var(--el-color-primary);
5818
5832
  color: var(--el-color-primary);
5819
5833
  background: #f5f5f5;
5820
5834
  border-radius: 4px;
5821
5835
  padding: 2px 6px;
5822
5836
  }
5823
- .flowChartTimeline .apping[data-v-0ce0023b] {
5837
+ .flowChartTimeline .apping[data-v-c69109fb] {
5824
5838
  color: var(--el-color-primary);
5825
5839
  }
5826
- .flowChartTimeline .openTask[data-v-0ce0023b] {
5840
+ .flowChartTimeline .openTask[data-v-c69109fb] {
5827
5841
  display: flex;
5828
5842
  align-items: center;
5829
5843
  justify-content: space-between;
5830
5844
  padding: 12px 10px;
5831
5845
  }
5832
- .flowChartTimeline .openTask.sign[data-v-0ce0023b] {
5846
+ .flowChartTimeline .openTask.sign[data-v-c69109fb] {
5833
5847
  border-bottom: var(--el-border);
5834
5848
  }
5835
- .flowChartTimeline .openTask.sign[data-v-0ce0023b]:last-child {
5849
+ .flowChartTimeline .openTask.sign[data-v-c69109fb]:last-child {
5836
5850
  border-bottom: none;
5837
5851
  }
5838
- .flowChartTimeline .app-footer .endTime[data-v-0ce0023b] {
5852
+ .flowChartTimeline .app-footer .endTime[data-v-c69109fb] {
5839
5853
  color: #909399;
5840
5854
  font-size: 13px;
5841
5855
  }
5842
- .flowChartTimeline .app-footer .endTime i[data-v-0ce0023b] {
5856
+ .flowChartTimeline .app-footer .endTime i[data-v-c69109fb] {
5843
5857
  margin-right: 5px;
5844
5858
  }
5845
- .flowChartTimeline .app-footer .assignee[data-v-0ce0023b] {
5859
+ .flowChartTimeline .app-footer .assignee[data-v-c69109fb] {
5846
5860
  color: #909399;
5847
5861
  font-size: 13px;
5848
5862
  float: right;
5849
5863
  display: flex;
5850
5864
  align-items: center;
5851
5865
  }
5852
- .flowChartTimeline .app-footer .assignee-name[data-v-0ce0023b] {
5866
+ .flowChartTimeline .app-footer .assignee-name[data-v-c69109fb] {
5853
5867
  font-size: 15px;
5854
5868
  color: #000;
5855
5869
  font-weight: bold;
@@ -5863,17 +5877,17 @@ body,
5863
5877
  background: #f5f5f5;
5864
5878
  border-radius: 4px;
5865
5879
  }
5866
- .flowChartTimeline .app-content[data-v-0ce0023b],
5867
- .flowChartTimeline .app-header[data-v-0ce0023b],
5868
- .flowChartTimeline .app-footer[data-v-0ce0023b] {
5880
+ .flowChartTimeline .app-content[data-v-c69109fb],
5881
+ .flowChartTimeline .app-header[data-v-c69109fb],
5882
+ .flowChartTimeline .app-footer[data-v-c69109fb] {
5869
5883
  line-height: 30px;
5870
5884
  padding: 0 10px;
5871
5885
  }
5872
- .flowChartTimeline .app-content[data-v-0ce0023b],
5873
- .flowChartTimeline .app-header[data-v-0ce0023b] {
5886
+ .flowChartTimeline .app-content[data-v-c69109fb],
5887
+ .flowChartTimeline .app-header[data-v-c69109fb] {
5874
5888
  margin-bottom: 10px;
5875
5889
  }
5876
- .flowChartTimeline .app-content .approveIdea[data-v-0ce0023b] {
5890
+ .flowChartTimeline .app-content .approveIdea[data-v-c69109fb] {
5877
5891
  min-height: 30px;
5878
5892
  background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
5879
5893
  background-size: 100% 30px;
@@ -9720,7 +9734,7 @@ form fieldset select {
9720
9734
  height: 100%;
9721
9735
  }:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
9722
9736
  :root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}
9723
- .van-tabbar[data-v-cf078e7a] {
9737
+ .van-tabbar[data-v-b7b7084a] {
9724
9738
  height: auto;
9725
9739
  min-height: 54px;
9726
9740
  padding-top: 8px;
@@ -9848,7 +9862,7 @@ form fieldset select {
9848
9862
  justify-content: center;
9849
9863
  color: #909399;
9850
9864
  font-size: 14px;
9851
- }.van-action-bar[data-v-09c36d09] {
9865
+ }.van-action-bar[data-v-7696094a] {
9852
9866
  position: relative;
9853
9867
  height: auto;
9854
9868
  min-height: 56px;
@@ -9857,23 +9871,23 @@ form fieldset select {
9857
9871
  align-items: flex-start;
9858
9872
  gap: 8px;
9859
9873
  }
9860
- .van-action-bar[data-v-09c36d09] .van-action-bar-button {
9874
+ .van-action-bar[data-v-7696094a] .van-action-bar-button {
9861
9875
  border-radius: var(--van-radius-max);
9862
9876
  }
9863
- .appPopContent[data-v-09c36d09] {
9877
+ .appPopContent[data-v-7696094a] {
9864
9878
  height: 100%;
9865
9879
  display: flex;
9866
9880
  flex-direction: column;
9867
9881
  padding-top: 12px;
9868
9882
  }
9869
- .appPopContent .appOptContent[data-v-09c36d09] {
9883
+ .appPopContent .appOptContent[data-v-7696094a] {
9870
9884
  flex: 1;
9871
9885
  overflow-y: auto;
9872
9886
  }
9873
- .appPopContent .appOptContent[data-v-09c36d09] .van-field__label {
9887
+ .appPopContent .appOptContent[data-v-7696094a] .van-field__label {
9874
9888
  width: 5.2em !important;
9875
9889
  }
9876
- .fec-mobile-approval-disabled[data-v-09c36d09] {
9890
+ .fec-mobile-approval-disabled[data-v-7696094a] {
9877
9891
  text-align: center;
9878
9892
  font-size: 13px;
9879
9893
  color: #fa8c16;
@@ -9886,119 +9900,119 @@ form fieldset select {
9886
9900
  align-items: center;
9887
9901
  justify-content: center;
9888
9902
  }
9889
- .icon-green[data-v-09c36d09] {
9903
+ .icon-green[data-v-7696094a] {
9890
9904
  background: linear-gradient(135deg, #00d2a0 0%, #1aad7d 100%);
9891
9905
  color: #fff;
9892
9906
  }
9893
- .icon-blue[data-v-09c36d09] {
9907
+ .icon-blue[data-v-7696094a] {
9894
9908
  background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
9895
9909
  color: #fff;
9896
9910
  }
9897
- .icon-orange[data-v-09c36d09] {
9911
+ .icon-orange[data-v-7696094a] {
9898
9912
  background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
9899
9913
  color: #fff;
9900
9914
  }
9901
- .icon-red[data-v-09c36d09] {
9915
+ .icon-red[data-v-7696094a] {
9902
9916
  background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
9903
9917
  color: #fff;
9904
9918
  }
9905
- .icon-purple[data-v-09c36d09] {
9919
+ .icon-purple[data-v-7696094a] {
9906
9920
  background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
9907
9921
  color: #fff;
9908
9922
  }
9909
- .icon-pink[data-v-09c36d09] {
9923
+ .icon-pink[data-v-7696094a] {
9910
9924
  background: linear-gradient(135deg, #ff6090 0%, #e91e63 100%);
9911
9925
  color: #fff;
9912
9926
  }
9913
- .icon-cyan[data-v-09c36d09] {
9927
+ .icon-cyan[data-v-7696094a] {
9914
9928
  background: linear-gradient(135deg, #26c6da 0%, #00acc1 100%);
9915
9929
  color: #fff;
9916
9930
  }
9917
- .icon-yellow[data-v-09c36d09] {
9931
+ .icon-yellow[data-v-7696094a] {
9918
9932
  background: linear-gradient(135deg, #ffee58 0%, #fdd835 100%);
9919
9933
  color: #333;
9920
9934
  }
9921
- .icon-brown[data-v-09c36d09] {
9935
+ .icon-brown[data-v-7696094a] {
9922
9936
  background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);
9923
9937
  color: #fff;
9924
9938
  }
9925
- .icon-indigo[data-v-09c36d09] {
9939
+ .icon-indigo[data-v-7696094a] {
9926
9940
  background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
9927
9941
  color: #fff;
9928
9942
  }
9929
- .icon-teal[data-v-09c36d09] {
9943
+ .icon-teal[data-v-7696094a] {
9930
9944
  background: linear-gradient(135deg, #4db6ac 0%, #00897b 100%);
9931
9945
  color: #fff;
9932
9946
  }
9933
- .icon-lime[data-v-09c36d09] {
9947
+ .icon-lime[data-v-7696094a] {
9934
9948
  background: linear-gradient(135deg, #aed581 0%, #7cb305 100%);
9935
9949
  color: #333;
9936
9950
  }
9937
- .icon-amber[data-v-09c36d09] {
9951
+ .icon-amber[data-v-7696094a] {
9938
9952
  background: linear-gradient(135deg, #ffd54f 0%, #ffab00 100%);
9939
9953
  color: #333;
9940
9954
  }
9941
- .icon-fuchsia[data-v-09c36d09] {
9955
+ .icon-fuchsia[data-v-7696094a] {
9942
9956
  background: linear-gradient(135deg, #f06292 0%, #c2185b 100%);
9943
9957
  color: #fff;
9944
9958
  }
9945
- .icon-rose[data-v-09c36d09] {
9959
+ .icon-rose[data-v-7696094a] {
9946
9960
  background: linear-gradient(135deg, #f48fb1 0%, #e91e63 100%);
9947
9961
  color: #fff;
9948
9962
  }
9949
- .icon-violet[data-v-09c36d09] {
9963
+ .icon-violet[data-v-7696094a] {
9950
9964
  background: linear-gradient(135deg, #9575cd 0%, #512da8 100%);
9951
9965
  color: #fff;
9952
9966
  }
9953
- .icon-sky[data-v-09c36d09] {
9967
+ .icon-sky[data-v-7696094a] {
9954
9968
  background: linear-gradient(135deg, #4fc3f7 0%, #039be5 100%);
9955
9969
  color: #fff;
9956
9970
  }
9957
- .icon-emerald[data-v-09c36d09] {
9971
+ .icon-emerald[data-v-7696094a] {
9958
9972
  background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);
9959
9973
  color: #fff;
9960
9974
  }
9961
- .icon-slate[data-v-09c36d09] {
9975
+ .icon-slate[data-v-7696094a] {
9962
9976
  background: linear-gradient(135deg, #90a4ae 0%, #546e7a 100%);
9963
9977
  color: #fff;
9964
9978
  }
9965
- .icon-stone[data-v-09c36d09] {
9979
+ .icon-stone[data-v-7696094a] {
9966
9980
  background: linear-gradient(135deg, #bcaaa4 0%, #6d4c41 100%);
9967
9981
  color: #fff;
9968
9982
  }
9969
- .icon-zinc[data-v-09c36d09] {
9983
+ .icon-zinc[data-v-7696094a] {
9970
9984
  background: linear-gradient(135deg, #9e9e9e 0%, #424242 100%);
9971
9985
  color: #fff;
9972
9986
  }
9973
- .icon-neutral[data-v-09c36d09] {
9987
+ .icon-neutral[data-v-7696094a] {
9974
9988
  background: linear-gradient(135deg, #a8a8a8 0%, #616161 100%);
9975
9989
  color: #fff;
9976
9990
  }
9977
- .icon-gray[data-v-09c36d09] {
9991
+ .icon-gray[data-v-7696094a] {
9978
9992
  background: linear-gradient(135deg, #b0bec5 0%, #455a64 100%);
9979
9993
  color: #fff;
9980
9994
  }
9981
- .icon-skyblue[data-v-09c36d09] {
9995
+ .icon-skyblue[data-v-7696094a] {
9982
9996
  background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%);
9983
9997
  color: #fff;
9984
9998
  }
9985
- .icon-darkblue[data-v-09c36d09] {
9999
+ .icon-darkblue[data-v-7696094a] {
9986
10000
  background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
9987
10001
  color: #fff;
9988
10002
  }
9989
- .icon-lightgreen[data-v-09c36d09] {
10003
+ .icon-lightgreen[data-v-7696094a] {
9990
10004
  background: linear-gradient(135deg, #69f0ae 0%, #00c853 100%);
9991
10005
  color: #fff;
9992
10006
  }
9993
- .icon-lightpink[data-v-09c36d09] {
10007
+ .icon-lightpink[data-v-7696094a] {
9994
10008
  background: linear-gradient(135deg, #ff80ab 0%, #f50057 100%);
9995
10009
  color: #fff;
9996
10010
  }
9997
- .icon-lightpurple[data-v-09c36d09] {
10011
+ .icon-lightpurple[data-v-7696094a] {
9998
10012
  background: linear-gradient(135deg, #b388ff 0%, #7c4dff 100%);
9999
10013
  color: #fff;
10000
10014
  }
10001
- .icon-lightorange[data-v-09c36d09] {
10015
+ .icon-lightorange[data-v-7696094a] {
10002
10016
  background: linear-gradient(135deg, #ffcc80 0%, #ff6d00 100%);
10003
10017
  color: #fff;
10004
10018
  }:root,:host{--van-tag-padding: 0 var(--van-padding-base);--van-tag-text-color: var(--van-white);--van-tag-font-size: var(--van-font-size-sm);--van-tag-radius: 2px;--van-tag-line-height: 16px;--van-tag-medium-padding: 2px 6px;--van-tag-large-padding: var(--van-padding-base) var(--van-padding-xs);--van-tag-large-radius: var(--van-radius-md);--van-tag-large-font-size: var(--van-font-size-md);--van-tag-round-radius: var(--van-radius-max);--van-tag-danger-color: var(--van-danger-color);--van-tag-primary-color: var(--van-primary-color);--van-tag-success-color: var(--van-success-color);--van-tag-warning-color: var(--van-warning-color);--van-tag-default-color: var(--van-gray-6);--van-tag-plain-background: var(--van-background-2)}.van-tag{position:relative;display:inline-flex;align-items:center;padding:var(--van-tag-padding);color:var(--van-tag-text-color);font-size:var(--van-tag-font-size);line-height:var(--van-tag-line-height);border-radius:var(--van-tag-radius)}.van-tag--default{background:var(--van-tag-default-color)}.van-tag--default.van-tag--plain{color:var(--van-tag-default-color)}.van-tag--danger{background:var(--van-tag-danger-color)}.van-tag--danger.van-tag--plain{color:var(--van-tag-danger-color)}.van-tag--primary{background:var(--van-tag-primary-color)}.van-tag--primary.van-tag--plain{color:var(--van-tag-primary-color)}.van-tag--success{background:var(--van-tag-success-color)}.van-tag--success.van-tag--plain{color:var(--van-tag-success-color)}.van-tag--warning{background:var(--van-tag-warning-color)}.van-tag--warning.van-tag--plain{color:var(--van-tag-warning-color)}.van-tag--plain{background:var(--van-tag-plain-background);border-color:currentColor}.van-tag--plain:before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:"";pointer-events:none}.van-tag--medium{padding:var(--van-tag-medium-padding)}.van-tag--large{padding:var(--van-tag-large-padding);font-size:var(--van-tag-large-font-size);border-radius:var(--van-tag-large-radius)}.van-tag--mark{border-radius:0 var(--van-tag-round-radius) var(--van-tag-round-radius) 0}.van-tag--mark:after{display:block;width:2px;content:""}.van-tag--round{border-radius:var(--van-tag-round-radius)}.van-tag__close{margin-left:2px}
@@ -257,6 +257,8 @@ const _sfc_main = {
257
257
  eventBus.default.emit("refreshFlowCutNum");
258
258
  goBack();
259
259
  }
260
+ }).finally(() => {
261
+ functionCall.closeToast();
260
262
  });
261
263
  }
262
264
  const goBack = () => {
@@ -452,5 +454,5 @@ const _sfc_main = {
452
454
  };
453
455
  }
454
456
  };
455
- const _ApprovalBar = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-09c36d09"]]);
457
+ const _ApprovalBar = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7696094a"]]);
456
458
  exports.default = _ApprovalBar;
@@ -78,6 +78,9 @@ const _sfc_main = {
78
78
  });
79
79
  }
80
80
  getMessageCutNum();
81
+ eventBus.default.on("refreshMsgCutNum", () => {
82
+ getMessageCutNum();
83
+ });
81
84
  const msgSocket = websocket4Msg.default.Instance;
82
85
  msgSocket.connect(
83
86
  `${ctx.$envConfig.web_socket_url}/message4ws4Mobile/${((_a = store.getters.user) == null ? void 0 : _a.corpId) || ""}${store.getters.user.opNo}`
@@ -120,5 +123,5 @@ const _sfc_main = {
120
123
  };
121
124
  }
122
125
  };
123
- const _Tabbar = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cf078e7a"]]);
126
+ const _Tabbar = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b7b7084a"]]);
124
127
  exports.default = _Tabbar;
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue3SfcLoader_esm = require("../../../../../node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.js");
4
4
  const Vue = require("vue");
5
5
  const index = require("../../../../../node_modules/vant/es/index.js");
6
+ const eventBus = require("../eventBus.js");
6
7
  function _interopNamespaceDefault(e) {
7
8
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
9
  if (e) {
@@ -24,7 +25,8 @@ const vantExports = { ...index };
24
25
  const options = {
25
26
  moduleCache: {
26
27
  vue: Vue__namespace,
27
- vant: vantExports
28
+ vant: vantExports,
29
+ eventBus: eventBus.default
28
30
  },
29
31
  getFile: (url) => {
30
32
  return fetch(url).then((response) => {
@@ -44,7 +44,7 @@ const _hoisted_11 = {
44
44
  class: "appContent"
45
45
  };
46
46
  const _hoisted_12 = { class: "openTask sign" };
47
- const _hoisted_13 = { style: { "font-weight": "bold" } };
47
+ const _hoisted_13 = { style: { "font-weight": "bold", "display": "flex", "flex": "1", "width": "0", "margin-right": "12px" } };
48
48
  const _hoisted_14 = { class: "appAssignee" };
49
49
  const _hoisted_15 = { key: 0 };
50
50
  const _hoisted_16 = {
@@ -97,8 +97,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
97
97
  genType: __props.config.genType,
98
98
  parmList: Vue.unref(parsedParams),
99
99
  onLoaded: loaded,
100
- savaData: savaFuncCallback
101
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
100
+ savaData: savaFuncCallback,
101
+ title: __props.config.label
102
+ }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
102
103
  ]);
103
104
  };
104
105
  }
@@ -38,7 +38,7 @@ const _hoisted_12 = {
38
38
  class: "appContent"
39
39
  };
40
40
  const _hoisted_13 = { class: "openTask sign" };
41
- const _hoisted_14 = { style: { "font-weight": "bold" } };
41
+ const _hoisted_14 = { style: { "font-weight": "bold", "display": "flex", "flex": "1", "width": "0", "margin-right": "12px" } };
42
42
  const _hoisted_15 = { class: "appAssignee" };
43
43
  const _hoisted_16 = { key: 0 };
44
44
  const _hoisted_17 = {
@@ -237,5 +237,5 @@ const _sfc_main = {
237
237
  };
238
238
  }
239
239
  };
240
- const timeline = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0ce0023b"]]);
240
+ const timeline = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c69109fb"]]);
241
241
  exports.default = timeline;
@@ -519,6 +519,7 @@ async function handleFormSubmit(node, data, fields, context) {
519
519
  console.error("form-setValue: 缺少 dataSourceId 配置");
520
520
  return;
521
521
  }
522
+ debugger;
522
523
  const formComponent = (_a = context.components) == null ? void 0 : _a.form;
523
524
  const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
524
525
  const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.6.1",
3
+ "version": "5.6.3",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [