@newview/permission-service 1.2.32 → 1.2.33

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.
package/README.md CHANGED
@@ -1,11 +1,8 @@
1
- ### 版本 1.2.32
2
-
3
- 1、用户功能修改优化
1
+ ### 版本 1.2.33
2
+ 1、平台用户新增字段
4
3
 
5
4
  ### 版本 1.2.30
6
-
7
5
  1、平台增加配置字段
8
-
9
6
  ### 版本 1.2.29
10
7
 
11
8
  1、修改导出路径
@@ -8150,9 +8150,7 @@ class RoleInstance2 extends BaseInstance {
8150
8150
  // 私有属性 | private
8151
8151
  // 响应属性 | ref、reactive、computed、watch
8152
8152
  __publicField(this, "platId", ref(0));
8153
- /** 平台数据 */
8154
8153
  __publicField(this, "platData", ref([]));
8155
- /** 平台加载状态 */
8156
8154
  __publicField(this, "spinPlatShow", ref(false));
8157
8155
  __publicField(this, "webOrApp", ref(0));
8158
8156
  // 0:WEB 1:APP
@@ -11194,7 +11192,7 @@ const propDefine$6 = {
11194
11192
  };
11195
11193
  const _sfc_main$6 = defineComponent({
11196
11194
  name: "Userinfor",
11197
- components: { SelectPlatform, LoginLog, BaseLogin },
11195
+ components: { SelectPlatform, LoginLog, BaseLogin, NvComFormUp },
11198
11196
  emits: [""],
11199
11197
  // 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
11200
11198
  props: propDefine$6,
@@ -12310,8 +12308,8 @@ class UserinforInstance2 extends BaseInstance {
12310
12308
  // 响应式方法 | xxx = () => {}
12311
12309
  //#endregion 重置密码 END
12312
12310
  }
12313
- const Userinfor_vue_vue_type_style_index_0_scoped_a05ded52_lang = "";
12314
- const _withScopeId$2 = (n) => (pushScopeId("data-v-a05ded52"), n = n(), popScopeId(), n);
12311
+ const Userinfor_vue_vue_type_style_index_0_scoped_76f4c320_lang = "";
12312
+ const _withScopeId$2 = (n) => (pushScopeId("data-v-76f4c320"), n = n(), popScopeId(), n);
12315
12313
  const _hoisted_1$5 = { class: "instree-search" };
12316
12314
  const _hoisted_2$3 = { class: "instree-list" };
12317
12315
  const _hoisted_3$3 = { style: { "height": "750px", "overflow-y": "auto" } };
@@ -12338,11 +12336,12 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
12338
12336
  const _component_Space = resolveComponent("Space");
12339
12337
  const _component_NvBox = resolveComponent("NvBox");
12340
12338
  const _component_NvGrid = resolveComponent("NvGrid");
12341
- const _component_NvComForm = resolveComponent("NvComForm");
12339
+ const _component_NvComFormUp = resolveComponent("NvComFormUp");
12342
12340
  const _component_Form = resolveComponent("Form");
12343
12341
  const _component_Modal = resolveComponent("Modal");
12344
12342
  const _component_LoginLog = resolveComponent("LoginLog");
12345
12343
  const _component_BaseLogin = resolveComponent("BaseLogin");
12344
+ const _component_NvComForm = resolveComponent("NvComForm");
12346
12345
  const _component_FormItem = resolveComponent("FormItem");
12347
12346
  const _component_NvPage = resolveComponent("NvPage");
12348
12347
  return openBlock(), createBlock(_component_NvPage, {
@@ -12482,7 +12481,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
12482
12481
  rules: _ctx.userFormRule
12483
12482
  }, {
12484
12483
  default: withCtx(() => [
12485
- _ctx.showEditUser ? (openBlock(), createBlock(_component_NvComForm, {
12484
+ _ctx.showEditUser ? (openBlock(), createBlock(_component_NvComFormUp, {
12486
12485
  key: 0,
12487
12486
  ref: "userComForm",
12488
12487
  formModel: _ctx.userFormModel,
@@ -12724,7 +12723,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
12724
12723
  _: 1
12725
12724
  });
12726
12725
  }
12727
- const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-a05ded52"]]);
12726
+ const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-76f4c320"]]);
12728
12727
  const propDefine$5 = {
12729
12728
  linkParam: {
12730
12729
  // 带入的参数
@@ -26439,6 +26438,7 @@ const _sfc_main$4 = defineComponent({
26439
26438
  name: "Sublinepoins",
26440
26439
  components: { SelectPlatform, NvMap },
26441
26440
  emits: [""],
26441
+ // 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
26442
26442
  props: propDefine$4,
26443
26443
  setup(props, ctx) {
26444
26444
  return new ProjectUserinforInstance$1(props, ctx);
@@ -26492,9 +26492,6 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
26492
26492
  this.userBoxWidth.value = isExpand ? "calc(100% - 300px)" : "calc(100% - 45px)";
26493
26493
  });
26494
26494
  // 响应式方法 | xxx = () => {}
26495
- /**
26496
- * 地图加载完毕事件
26497
- */
26498
26495
  __publicField(this, "mapOnLoad", () => {
26499
26496
  this.shanxiGeoObj = this.NvMap1.value.addGeoJSON(shanxi, { color: "#9EFFFF", weight: 1, fillOpacity: 0 });
26500
26497
  this.polyline = this.NvMap1.value.addPolyline([], { color: "#D8A451", weight: 5 });
@@ -26785,6 +26782,7 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
26785
26782
  }
26786
26783
  /** 清除地图临时数据 */
26787
26784
  clearMapData() {
26785
+ console.log("清除地图临时数据", this.polyline);
26788
26786
  if (!this.utilities.isNull(this.polyline) && this.polyline.getLatLngs().length > 0) {
26789
26787
  this.polyline.remove();
26790
26788
  this.polyline = null;
@@ -26899,7 +26897,7 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
26899
26897
  }
26900
26898
  //#endregion 系统平台 END
26901
26899
  };
26902
- const Sublinepoins_vue_vue_type_style_index_0_scoped_4e966cc1_lang = "";
26900
+ const Sublinepoins_vue_vue_type_style_index_0_scoped_66a288c7_lang = "";
26903
26901
  const _hoisted_1$3 = { class: "instree-search" };
26904
26902
  const _hoisted_2$1 = { class: "instree-list" };
26905
26903
  const _hoisted_3$1 = { class: "nv-flex-1 nv-flex-col map-box" };
@@ -27057,11 +27055,11 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
27057
27055
  createVNode(_component_NvMap, {
27058
27056
  option: _ctx.mapOption,
27059
27057
  ref: "NvMap1",
27060
- theme: "light",
27058
+ theme: _ctx.mapTheme,
27061
27059
  onOnload: _ctx.mapOnLoad,
27062
27060
  onClick: _ctx.mapClick,
27063
27061
  onRightClick: _ctx.mapRightClick
27064
- }, null, 8, ["option", "onOnload", "onClick", "onRightClick"])
27062
+ }, null, 8, ["option", "theme", "onOnload", "onClick", "onRightClick"])
27065
27063
  ])
27066
27064
  ]),
27067
27065
  _ctx.pointData.length > 0 ? (openBlock(), createBlock(_component_NvBox, {
@@ -27146,7 +27144,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
27146
27144
  _: 1
27147
27145
  });
27148
27146
  }
27149
- const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-4e966cc1"]]);
27147
+ const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-66a288c7"]]);
27150
27148
  const propDefine$3 = {
27151
27149
  Id: {
27152
27150
  default: 0,
@@ -27603,7 +27601,7 @@ const propDefine$2 = {
27603
27601
  };
27604
27602
  const _sfc_main$2 = defineComponent({
27605
27603
  name: "ProjectUserinfor",
27606
- components: { SelectPlatform, LoginLog, BaseLogin },
27604
+ components: { SelectPlatform, LoginLog, BaseLogin, NvComFormUp },
27607
27605
  emits: [""],
27608
27606
  // 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
27609
27607
  props: propDefine$2,
@@ -27921,7 +27919,8 @@ class ProjectUserinforInstance2 extends BaseInstance {
27921
27919
  PwdAuthentication: 0,
27922
27920
  LastUpdateUserId: 0,
27923
27921
  LastUpdateUserName: "",
27924
- LastUpdateDate: ""
27922
+ LastUpdateDate: "",
27923
+ OrderNo: 0
27925
27924
  }));
27926
27925
  __publicField(this, "userFormItems", reactive([
27927
27926
  {
@@ -27940,6 +27939,11 @@ class ProjectUserinforInstance2 extends BaseInstance {
27940
27939
  datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
27941
27940
  transfer: true
27942
27941
  }
27942
+ },
27943
+ {
27944
+ model: "OrderNo",
27945
+ label: "排序号",
27946
+ type: "InputNumber"
27943
27947
  }
27944
27948
  ]
27945
27949
  },
@@ -27986,6 +27990,23 @@ class ProjectUserinforInstance2 extends BaseInstance {
27986
27990
  { model: "ErrorNum", label: "错误次数", type: "Input" },
27987
27991
  { model: "WechatOpenId", label: "微信授权Id", type: "Input" }
27988
27992
  ]
27993
+ },
27994
+ {
27995
+ model: "",
27996
+ label: "签字信息",
27997
+ span: 24,
27998
+ children: [
27999
+ {
28000
+ label: "签字图片",
28001
+ model: "UserSignImgToken",
28002
+ prop: "UserSignImgToken",
28003
+ type: "UploadFile",
28004
+ span: 24,
28005
+ uploadFileProp: {
28006
+ uploadQuantity: 1
28007
+ }
28008
+ }
28009
+ ]
27989
28010
  }
27990
28011
  ]));
27991
28012
  __publicField(this, "userFormRule", reactive({
@@ -28671,8 +28692,8 @@ class ProjectUserinforInstance2 extends BaseInstance {
28671
28692
  }
28672
28693
  }
28673
28694
  }
28674
- const ProjectUserinfor_vue_vue_type_style_index_0_scoped_d1697a07_lang = "";
28675
- const _withScopeId = (n) => (pushScopeId("data-v-d1697a07"), n = n(), popScopeId(), n);
28695
+ const ProjectUserinfor_vue_vue_type_style_index_0_scoped_585a48b7_lang = "";
28696
+ const _withScopeId = (n) => (pushScopeId("data-v-585a48b7"), n = n(), popScopeId(), n);
28676
28697
  const _hoisted_1$1 = { class: "instree-search" };
28677
28698
  const _hoisted_2 = { class: "instree-list" };
28678
28699
  const _hoisted_3 = { style: { "height": "600px", "overflow-y": "auto" } };
@@ -28697,11 +28718,12 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
28697
28718
  const _component_Space = resolveComponent("Space");
28698
28719
  const _component_NvBox = resolveComponent("NvBox");
28699
28720
  const _component_NvGrid = resolveComponent("NvGrid");
28700
- const _component_NvComForm = resolveComponent("NvComForm");
28721
+ const _component_NvComFormUp = resolveComponent("NvComFormUp");
28701
28722
  const _component_Form = resolveComponent("Form");
28702
28723
  const _component_Modal = resolveComponent("Modal");
28703
28724
  const _component_LoginLog = resolveComponent("LoginLog");
28704
28725
  const _component_BaseLogin = resolveComponent("BaseLogin");
28726
+ const _component_NvComForm = resolveComponent("NvComForm");
28705
28727
  const _component_FormItem = resolveComponent("FormItem");
28706
28728
  const _component_NvPage = resolveComponent("NvPage");
28707
28729
  return openBlock(), createBlock(_component_NvPage, {
@@ -28841,7 +28863,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
28841
28863
  rules: _ctx.userFormRule
28842
28864
  }, {
28843
28865
  default: withCtx(() => [
28844
- createVNode(_component_NvComForm, {
28866
+ createVNode(_component_NvComFormUp, {
28845
28867
  ref: "userComForm",
28846
28868
  formModel: _ctx.userFormModel,
28847
28869
  formItems: _ctx.userFormItems
@@ -29036,7 +29058,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
29036
29058
  _: 1
29037
29059
  });
29038
29060
  }
29039
- const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-d1697a07"]]);
29061
+ const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-585a48b7"]]);
29040
29062
  const propDefine$1 = {
29041
29063
  linkParam: {
29042
29064
  // 带入的参数