widget.qw 1.0.53 → 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;
|
|
@@ -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;
|
|
@@ -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
|
@@ -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)
|