ocpview-plus 1.3.4 → 1.3.5

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.3";
456
+ const version$2 = "1.3.4";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -46577,13 +46577,13 @@ const _sfc_main$v = {
46577
46577
  dictkey: "CUSTFILETYPE",
46578
46578
  codeWithName: false,
46579
46579
  width: 300,
46580
+ visible: false,
46580
46581
  readOnly: true
46581
46582
  }, {
46582
46583
  label: "\u9644\u4EF6\u7C7B\u578B",
46583
46584
  name: "filemode",
46584
46585
  type: "TextBox",
46585
46586
  width: 300,
46586
- visible: false,
46587
46587
  readOnly: true
46588
46588
  }, {
46589
46589
  label: "\u6587\u4EF6\u540D\u79F0",
@@ -47080,6 +47080,9 @@ const _sfc_main$v = {
47080
47080
  return check;
47081
47081
  },
47082
47082
  editGrid(params) {
47083
+ if (this.myConfig.beforeUpload) {
47084
+ this.myConfig.beforeUpload();
47085
+ }
47083
47086
  if (!this.billno) {
47084
47087
  this.alert("\u5355\u636E\u4E3B\u5065\u4FE1\u606F\u4E3A\u7A7A,\u4E0D\u5141\u8BB8\u4E0A\u4F20");
47085
47088
  return;