ocpview-plus 1.3.11 → 1.3.13
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.
|
|
456
|
+
const version$2 = "1.3.12";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -33856,7 +33856,7 @@ const _sfc_main$1a = {
|
|
|
33856
33856
|
bordered: true,
|
|
33857
33857
|
disHover: false,
|
|
33858
33858
|
showSubSpecialStyle: false,
|
|
33859
|
-
divStyle: "padding:
|
|
33859
|
+
divStyle: "padding:0px 0px 0px 24px"
|
|
33860
33860
|
},
|
|
33861
33861
|
btnReadOnly: false,
|
|
33862
33862
|
showBtn: true,
|
|
@@ -47061,6 +47061,8 @@ const _sfc_main$v = {
|
|
|
47061
47061
|
obj.username = this.getUserName();
|
|
47062
47062
|
if (this.myConfig.notdelfile) {
|
|
47063
47063
|
obj.modflag = "I";
|
|
47064
|
+
} else {
|
|
47065
|
+
obj.modflag = "N";
|
|
47064
47066
|
}
|
|
47065
47067
|
if (obj.scenetype === "4") {
|
|
47066
47068
|
obj.idkey = this.idkey;
|
|
@@ -47194,11 +47196,11 @@ const _sfc_main$v = {
|
|
|
47194
47196
|
return h10("span", str);
|
|
47195
47197
|
},
|
|
47196
47198
|
downFile(params) {
|
|
47197
|
-
let downUrl = this.myConfig.downfile + params.row.filekey + "&ent_id=" + this.getEnt_id() + "&token=" + this.getToken();
|
|
47199
|
+
let downUrl = this.myConfig.downfile + params.row.filekey + "&ent_id=" + this.getEnt_id() + "&token=" + this.getToken() + "&billno=" + this.billno;
|
|
47198
47200
|
window.open(downUrl);
|
|
47199
47201
|
},
|
|
47200
47202
|
delCommon(filekey, notdelfile) {
|
|
47201
|
-
let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "¬delfile=" +
|
|
47203
|
+
let delUrl = this.myConfig.delfile + filekey + "&ent_id=" + this.getEnt_id() + "¬delfile=Y&token=" + this.getToken() + "&billno=" + this.billno;
|
|
47202
47204
|
$$1.ajax({
|
|
47203
47205
|
type: "GET",
|
|
47204
47206
|
url: encodeURI(delUrl),
|