@steedos/standard-process-approval 2.4.3 → 2.4.4
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.
|
@@ -137,7 +137,7 @@ module.exports = {
|
|
|
137
137
|
if (objectConfig) {
|
|
138
138
|
steedosI18n.translationObject(lng, objectConfig.name, objectConfig);
|
|
139
139
|
_.forEach(objectConfig.fields, function (field, fname) {
|
|
140
|
-
if (["formula", "summary", "autonumber"].indexOf(field.type) < 0
|
|
140
|
+
if (["formula", "summary", "autonumber"].indexOf(field.type) < 0 ) {
|
|
141
141
|
/*公式、累计汇总、自动编号三种字段类型是只读的,不允许字段更新来变更其值*/
|
|
142
142
|
options.push({
|
|
143
143
|
label: field.label,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-process-approval",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"steedos"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@steedos/process": "2.4.
|
|
13
|
+
"@steedos/process": "2.4.4"
|
|
14
14
|
},
|
|
15
15
|
"description": "steedos package",
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "04caa0eb2226278f96c01825dd2828170c1f9789"
|
|
19
19
|
}
|