ydb-components-material 0.1.71 → 0.1.72
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/umi.9473a1a5.js +1 -0
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/api.js +0 -3
- package/es/components/file-item/Untitled-5.json +290 -0
- package/es/components/file-item/index.js +1 -1
- package/es/components/file-item/signUtil.js +4 -2
- package/lib/api.js +0 -3
- package/lib/components/file-item/Untitled-5.json +290 -0
- package/lib/components/file-item/index.js +1 -1
- package/lib/components/file-item/signUtil.js +4 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.3d535a70.js +0 -1
|
@@ -9,6 +9,8 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
|
|
|
9
9
|
var _file = require("./file");
|
|
10
10
|
var _api = require("../../api");
|
|
11
11
|
var categoryId = '3354397552669692408';
|
|
12
|
+
// 预发
|
|
13
|
+
var categoryIdRelease = '3291682531601133765'; // 手写签批id
|
|
12
14
|
var documentId = ''; // 手写签批生成的文件id
|
|
13
15
|
var contractId = ''; // 合同id
|
|
14
16
|
|
|
@@ -124,7 +126,7 @@ function _uploadSignFile() {
|
|
|
124
126
|
headers: {
|
|
125
127
|
Authorization: window.token
|
|
126
128
|
},
|
|
127
|
-
action: "\nhttps://zwfwpt.sxzwfw.gov.cn" + (window.env === 'release' ? ':10010' : '') + "/
|
|
129
|
+
action: "\nhttps://zwfwpt.sxzwfw.gov.cn" + (window.env === 'release' ? ':10010' : '') + "/declaration/center/signapproval/api/createbyfile",
|
|
128
130
|
// 上传文件的地址
|
|
129
131
|
onError: function onError(e) {
|
|
130
132
|
// uni.$u.toast(e.msg || '手写签批上传文件异常');
|
|
@@ -151,7 +153,7 @@ function createbycategoryFun(fileName, documentIdVal) {
|
|
|
151
153
|
var params = {
|
|
152
154
|
subject: fileName,
|
|
153
155
|
documents: [documentIdVal],
|
|
154
|
-
categoryId: categoryId,
|
|
156
|
+
categoryId: window.env === 'release' ? categoryIdRelease : categoryId,
|
|
155
157
|
send: true,
|
|
156
158
|
tenantName: '山西省行政审批服务管理局'
|
|
157
159
|
};
|
package/lowcode_es/meta.js
CHANGED
|
@@ -89,7 +89,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
89
89
|
packageName = 'ydb-components-material';
|
|
90
90
|
}
|
|
91
91
|
if (version === void 0) {
|
|
92
|
-
version = '0.1.
|
|
92
|
+
version = '0.1.72';
|
|
93
93
|
}
|
|
94
94
|
if (basicLibraryVersion === void 0) {
|
|
95
95
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -94,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
94
94
|
packageName = 'ydb-components-material';
|
|
95
95
|
}
|
|
96
96
|
if (version === void 0) {
|
|
97
|
-
version = '0.1.
|
|
97
|
+
version = '0.1.72';
|
|
98
98
|
}
|
|
99
99
|
if (basicLibraryVersion === void 0) {
|
|
100
100
|
basicLibraryVersion = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ydb-components-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
},
|
|
98
98
|
"componentConfig": {
|
|
99
99
|
"isComponentLibrary": true,
|
|
100
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
100
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.72/build/lowcode/assets-prod.json"
|
|
101
101
|
},
|
|
102
102
|
"lcMeta": {
|
|
103
103
|
"type": "component"
|
|
104
104
|
},
|
|
105
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
105
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.72/build/index.html"
|
|
106
106
|
}
|