ocpview-plus 1.1.8 → 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.
@@ -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(
@@ -48154,13 +48150,15 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
48154
48150
  return openBlock(), createBlock(_component_Tag, {
48155
48151
  key: "tag2_" + index,
48156
48152
  name: item.userCode,
48157
- style: { "margin-left": "8px" }
48153
+ style: { "margin-left": "8px" },
48154
+ closable: "",
48155
+ onOnClose: ($event) => $options.closeCommon(item.userCode, "copy")
48158
48156
  }, {
48159
48157
  default: withCtx(() => [
48160
48158
  createTextVNode(toDisplayString(item.userName), 1)
48161
48159
  ]),
48162
48160
  _: 2
48163
- }, 1032, ["name"]);
48161
+ }, 1032, ["name", "onOnClose"]);
48164
48162
  }), 128))
48165
48163
  ]),
48166
48164
  _: 1
@@ -48346,7 +48344,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
48346
48344
  }, 8, ["modelValue"])
48347
48345
  ]);
48348
48346
  }
48349
- var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-4b07090c"]]);
48347
+ var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-5dfedae2"]]);
48350
48348
  const _sfc_main$s = {
48351
48349
  name: "moperlog",
48352
48350
  data() {