ocpview-plus 1.1.7 → 1.1.9

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.
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
453
453
  common.initAnchor(ViewUI2.Anchor);
454
454
  };
455
455
  const name = "ocpview-plus";
456
- const version$2 = "1.1.7";
456
+ const version$2 = "1.1.8";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -47314,7 +47314,7 @@ const _sfc_main$t = {
47314
47314
  if (this.copy.length > 0) {
47315
47315
  let cc2 = [];
47316
47316
  this.copy.forEach((el2) => {
47317
- cc2.push(el2.usercode);
47317
+ cc2.push(el2.userCode);
47318
47318
  });
47319
47319
  param.cc = cc2;
47320
47320
  }
@@ -47323,22 +47323,18 @@ const _sfc_main$t = {
47323
47323
  let param = {
47324
47324
  billno: this.value.billno
47325
47325
  };
47326
- this.doCc();
47326
+ this.doCc(param);
47327
47327
  if (this.idea) {
47328
47328
  param.comment = this.idea;
47329
47329
  }
47330
- this.doPost(
47331
- ".billsubmit",
47332
- param,
47333
- (data) => {
47334
- this.showDrawer = false;
47335
- this.$nextTick(() => {
47336
- setTimeout(() => {
47337
- this.alert(data.msg, null, 3);
47338
- }, 250);
47339
- });
47340
- }
47341
- );
47330
+ this.doPost(".billsubmit", param, (data) => {
47331
+ this.showDrawer = false;
47332
+ this.$nextTick(() => {
47333
+ setTimeout(() => {
47334
+ this.alert(data.msg, null, 3);
47335
+ }, 250);
47336
+ });
47337
+ });
47342
47338
  },
47343
47339
  submitApprove() {
47344
47340
  this.doPost(
@@ -47443,9 +47439,15 @@ const _sfc_main$t = {
47443
47439
  }
47444
47440
  let para = {};
47445
47441
  para.searchValue = this.searchValue;
47446
- para.status = [0, 1];
47442
+ para.status = 1;
47447
47443
  para.page_size = 999;
47448
47444
  this.userdata = [];
47445
+ para.shopStatus = 1;
47446
+ para.usertype = "01";
47447
+ let portalMkt = this.getPortalMkt();
47448
+ if (portalMkt && portalMkt.shopCode) {
47449
+ para.shopCode = this.getPortalMkt().shopCode;
47450
+ }
47449
47451
  let self2 = this;
47450
47452
  this.asyncPost(this.OmdUrl.amp, "usercenter.account.search", para, function(data) {
47451
47453
  if (data.account) {
@@ -48148,13 +48150,15 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
48148
48150
  return openBlock(), createBlock(_component_Tag, {
48149
48151
  key: "tag2_" + index,
48150
48152
  name: item.userCode,
48151
- style: { "margin-left": "8px" }
48153
+ style: { "margin-left": "8px" },
48154
+ closable: "",
48155
+ onOnClose: ($event) => $options.closeCommon(item.userCode, "copy")
48152
48156
  }, {
48153
48157
  default: withCtx(() => [
48154
48158
  createTextVNode(toDisplayString(item.userName), 1)
48155
48159
  ]),
48156
48160
  _: 2
48157
- }, 1032, ["name"]);
48161
+ }, 1032, ["name", "onOnClose"]);
48158
48162
  }), 128))
48159
48163
  ]),
48160
48164
  _: 1
@@ -48340,7 +48344,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
48340
48344
  }, 8, ["modelValue"])
48341
48345
  ]);
48342
48346
  }
48343
- var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-58a9f4b3"]]);
48347
+ var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-5dfedae2"]]);
48344
48348
  const _sfc_main$s = {
48345
48349
  name: "moperlog",
48346
48350
  data() {