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.
package/package.json
CHANGED
|
@@ -88,13 +88,13 @@ export default {
|
|
|
88
88
|
dictkey: 'CUSTFILETYPE',
|
|
89
89
|
codeWithName: false,
|
|
90
90
|
width: 300,
|
|
91
|
+
visible: false,
|
|
91
92
|
readOnly: true
|
|
92
93
|
}, {
|
|
93
94
|
label: '附件类型',
|
|
94
95
|
name: 'filemode',
|
|
95
96
|
type: 'TextBox',
|
|
96
97
|
width: 300,
|
|
97
|
-
visible: false,
|
|
98
98
|
readOnly: true
|
|
99
99
|
}, {
|
|
100
100
|
label: '文件名称',
|
|
@@ -604,9 +604,9 @@ export default {
|
|
|
604
604
|
return check;
|
|
605
605
|
},
|
|
606
606
|
editGrid (params) {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
607
|
+
if (this.myConfig.beforeUpload) {
|
|
608
|
+
this.myConfig.beforeUpload();
|
|
609
|
+
}
|
|
610
610
|
if (!this.billno) {
|
|
611
611
|
this.alert('单据主健信息为空,不允许上传');
|
|
612
612
|
return;
|