widget.qw 1.0.52 → 1.0.54
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/style.css
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
@charset "UTF-8";.widget[data-v-
|
|
1
|
+
@charset "UTF-8";.widget[data-v-28f3c354] {
|
|
2
2
|
text-align: center;
|
|
3
3
|
padding: 15px 15px;
|
|
4
4
|
}
|
|
5
|
-
.memo[data-v-
|
|
5
|
+
.memo[data-v-28f3c354] {
|
|
6
6
|
margin-bottom: 15px;
|
|
7
7
|
}
|
|
8
|
-
.refuse-btn[data-v-
|
|
8
|
+
.refuse-btn[data-v-28f3c354] {
|
|
9
9
|
width: 120px;
|
|
10
10
|
margin-right: 15px;
|
|
11
11
|
}
|
|
12
|
-
.pass-btn[data-v-
|
|
12
|
+
.pass-btn[data-v-28f3c354] {
|
|
13
13
|
width: 120px;
|
|
14
14
|
}
|
|
15
|
-
.apply-btn[data-v-
|
|
15
|
+
.apply-btn[data-v-28f3c354] {
|
|
16
16
|
width: 60vw;
|
|
17
17
|
}
|
|
18
|
-
.task-list[data-v-
|
|
18
|
+
.task-list[data-v-28f3c354] {
|
|
19
19
|
margin-top: 15px;
|
|
20
20
|
}
|
|
21
|
-
.task-title[data-v-
|
|
21
|
+
.task-title[data-v-28f3c354] {
|
|
22
22
|
font-size: 14px;
|
|
23
23
|
font-weight: bold;
|
|
24
24
|
color: #333;
|
|
25
25
|
text-align: left;
|
|
26
26
|
}
|
|
27
|
-
.task-user[data-v-
|
|
27
|
+
.task-user[data-v-28f3c354] {
|
|
28
28
|
font-size: 13px;
|
|
29
29
|
color: #666;
|
|
30
30
|
text-align: left;
|
|
31
31
|
margin-top: 5px;
|
|
32
32
|
}
|
|
33
|
-
.audit-title[data-v-
|
|
33
|
+
.audit-title[data-v-28f3c354] {
|
|
34
34
|
padding: 25px 15px 0 15px;
|
|
35
35
|
font-size: 16px;
|
|
36
36
|
font-weight: bold;
|
package/build/widget.qw.es.js
CHANGED
|
@@ -15766,7 +15766,7 @@ var lodash$1 = { exports: {} };
|
|
|
15766
15766
|
}).call(commonjsGlobal);
|
|
15767
15767
|
})(lodash$1, lodash$1.exports);
|
|
15768
15768
|
var lodash = lodash$1.exports;
|
|
15769
|
-
var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-
|
|
15769
|
+
var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-28f3c354] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-28f3c354] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-28f3c354] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-28f3c354] {\n width: 120px;\n}\n.apply-btn[data-v-28f3c354] {\n width: 60vw;\n}\n.task-list[data-v-28f3c354] {\n margin-top: 15px;\n}\n.task-title[data-v-28f3c354] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-28f3c354] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-28f3c354] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
|
|
15770
15770
|
var AuditBar_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => "\n:root:root {\r\n --van-popover-action-width: 70vw;\n}\r\n")();
|
|
15771
15771
|
var _export_sfc = (sfc, props) => {
|
|
15772
15772
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -15876,7 +15876,7 @@ const _sfc_main$v = {
|
|
|
15876
15876
|
const res = yield util.process_detail(params);
|
|
15877
15877
|
if (res.code != 200)
|
|
15878
15878
|
return;
|
|
15879
|
-
if (params.processId != props.processId)
|
|
15879
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
15880
15880
|
return;
|
|
15881
15881
|
data2.process = res.data;
|
|
15882
15882
|
});
|
|
@@ -15892,11 +15892,11 @@ const _sfc_main$v = {
|
|
|
15892
15892
|
const res = yield util.process_step_auth(params);
|
|
15893
15893
|
if (res.code != 200)
|
|
15894
15894
|
return;
|
|
15895
|
-
if (params.processId != props.processId)
|
|
15895
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
15896
15896
|
return;
|
|
15897
|
-
if (params.mouldId != props.mouldId)
|
|
15897
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
15898
15898
|
return;
|
|
15899
|
-
if (params.userId != props.userId)
|
|
15899
|
+
if (params.userId != props.userId && props.user && !params.userId)
|
|
15900
15900
|
return;
|
|
15901
15901
|
if (params.form != props.form && !params.form && props.form)
|
|
15902
15902
|
return;
|
|
@@ -15948,9 +15948,9 @@ const _sfc_main$v = {
|
|
|
15948
15948
|
let res = yield util.process_can_apply(params);
|
|
15949
15949
|
if (res.code != 200)
|
|
15950
15950
|
return;
|
|
15951
|
-
if (params.mouldId != props.mouldId)
|
|
15951
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
15952
15952
|
return;
|
|
15953
|
-
if (params.userId != props.userId)
|
|
15953
|
+
if (params.userId != props.userId && props.userId && !params.userId)
|
|
15954
15954
|
return;
|
|
15955
15955
|
if (params.form != props.form && !params.form && props.form)
|
|
15956
15956
|
return;
|
|
@@ -16125,7 +16125,7 @@ const _sfc_main$v = {
|
|
|
16125
16125
|
};
|
|
16126
16126
|
}
|
|
16127
16127
|
};
|
|
16128
|
-
var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
16128
|
+
var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-28f3c354"]]);
|
|
16129
16129
|
const isClient = typeof window !== "undefined" && typeof document !== "undefined";
|
|
16130
16130
|
typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
|
|
16131
16131
|
const isDef = (val) => typeof val !== "undefined";
|
package/build/widget.qw.umd.js
CHANGED
|
@@ -15769,7 +15769,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
15769
15769
|
}).call(commonjsGlobal);
|
|
15770
15770
|
})(lodash$1, lodash$1.exports);
|
|
15771
15771
|
var lodash = lodash$1.exports;
|
|
15772
|
-
var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-
|
|
15772
|
+
var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-28f3c354] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-28f3c354] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-28f3c354] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-28f3c354] {\n width: 120px;\n}\n.apply-btn[data-v-28f3c354] {\n width: 60vw;\n}\n.task-list[data-v-28f3c354] {\n margin-top: 15px;\n}\n.task-title[data-v-28f3c354] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-28f3c354] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-28f3c354] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
|
|
15773
15773
|
var AuditBar_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => "\n:root:root {\r\n --van-popover-action-width: 70vw;\n}\r\n")();
|
|
15774
15774
|
var _export_sfc = (sfc, props) => {
|
|
15775
15775
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -15879,7 +15879,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
15879
15879
|
const res = yield util.process_detail(params);
|
|
15880
15880
|
if (res.code != 200)
|
|
15881
15881
|
return;
|
|
15882
|
-
if (params.processId != props.processId)
|
|
15882
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
15883
15883
|
return;
|
|
15884
15884
|
data2.process = res.data;
|
|
15885
15885
|
});
|
|
@@ -15895,11 +15895,11 @@ var __async = (__this, __arguments, generator) => {
|
|
|
15895
15895
|
const res = yield util.process_step_auth(params);
|
|
15896
15896
|
if (res.code != 200)
|
|
15897
15897
|
return;
|
|
15898
|
-
if (params.processId != props.processId)
|
|
15898
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
15899
15899
|
return;
|
|
15900
|
-
if (params.mouldId != props.mouldId)
|
|
15900
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
15901
15901
|
return;
|
|
15902
|
-
if (params.userId != props.userId)
|
|
15902
|
+
if (params.userId != props.userId && props.user && !params.userId)
|
|
15903
15903
|
return;
|
|
15904
15904
|
if (params.form != props.form && !params.form && props.form)
|
|
15905
15905
|
return;
|
|
@@ -15951,9 +15951,9 @@ var __async = (__this, __arguments, generator) => {
|
|
|
15951
15951
|
let res = yield util.process_can_apply(params);
|
|
15952
15952
|
if (res.code != 200)
|
|
15953
15953
|
return;
|
|
15954
|
-
if (params.mouldId != props.mouldId)
|
|
15954
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
15955
15955
|
return;
|
|
15956
|
-
if (params.userId != props.userId)
|
|
15956
|
+
if (params.userId != props.userId && props.userId && !params.userId)
|
|
15957
15957
|
return;
|
|
15958
15958
|
if (params.form != props.form && !params.form && props.form)
|
|
15959
15959
|
return;
|
|
@@ -16128,7 +16128,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
16128
16128
|
};
|
|
16129
16129
|
}
|
|
16130
16130
|
};
|
|
16131
|
-
var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
16131
|
+
var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-28f3c354"]]);
|
|
16132
16132
|
const isClient = typeof window !== "undefined" && typeof document !== "undefined";
|
|
16133
16133
|
typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
|
|
16134
16134
|
const isDef = (val) => typeof val !== "undefined";
|
package/package.json
CHANGED
|
@@ -131,7 +131,7 @@ const queryDetail = async () => {
|
|
|
131
131
|
|
|
132
132
|
//防止网络请求先发后返回
|
|
133
133
|
//参数变化时,扔掉返回
|
|
134
|
-
if (params.processId != props.processId)
|
|
134
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
135
135
|
return
|
|
136
136
|
|
|
137
137
|
data.process = res.data
|
|
@@ -153,13 +153,13 @@ const queryStepAuth = async () => {
|
|
|
153
153
|
|
|
154
154
|
//防止网络请求先发后返回
|
|
155
155
|
//参数变化时,扔掉返回
|
|
156
|
-
if (params.processId != props.processId)
|
|
156
|
+
if (params.processId != props.processId && props.processId && !params.processId)
|
|
157
157
|
return
|
|
158
158
|
|
|
159
|
-
if (params.mouldId != props.mouldId)
|
|
159
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
160
160
|
return
|
|
161
161
|
|
|
162
|
-
if (params.userId != props.userId)
|
|
162
|
+
if (params.userId != props.userId && props.user && !params.userId)
|
|
163
163
|
return
|
|
164
164
|
|
|
165
165
|
if (params.form != props.form && !params.form && props.form)
|
|
@@ -230,10 +230,10 @@ const updateCanApply = async () => {
|
|
|
230
230
|
|
|
231
231
|
//防止网络请求先发后返回
|
|
232
232
|
//参数变化时,扔掉返回
|
|
233
|
-
if (params.mouldId != props.mouldId)
|
|
233
|
+
if (params.mouldId != props.mouldId && props.mouldId && !params.mouldId)
|
|
234
234
|
return
|
|
235
235
|
|
|
236
|
-
if (params.userId != props.userId)
|
|
236
|
+
if (params.userId != props.userId && props.userId && !params.userId)
|
|
237
237
|
return
|
|
238
238
|
|
|
239
239
|
if (params.form != props.form && !params.form && props.form)
|