ocpview-plus 1.3.11 → 1.3.12

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.3.10";
456
+ const version$2 = "1.3.11";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -47194,11 +47194,11 @@ const _sfc_main$v = {
47194
47194
  return h10("span", str);
47195
47195
  },
47196
47196
  downFile(params) {
47197
- let downUrl = this.myConfig.downfile + params.row.filekey + "&ent_id=" + this.getEnt_id() + "&token=" + this.getToken();
47197
+ let downUrl = this.myConfig.downfile + params.row.filekey + "&ent_id=" + this.getEnt_id() + "&token=" + this.getToken() + "&billno=" + this.billno;
47198
47198
  window.open(downUrl);
47199
47199
  },
47200
47200
  delCommon(filekey, notdelfile) {
47201
- let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "&notdelfile=" + notdelfile + "&token=" + this.getToken();
47201
+ let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "&notdelfile=" + notdelfile + "&token=" + this.getToken() + "&billno=" + this.billno;
47202
47202
  $$1.ajax({
47203
47203
  type: "GET",
47204
47204
  url: encodeURI(delUrl),