@yoooloo42/joker 1.0.256 → 1.0.257
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/dist/index.cjs.js +45 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +45 -25
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -47668,26 +47668,26 @@ var tableProps = {
|
|
|
47668
47668
|
scopeThis
|
|
47669
47669
|
});
|
|
47670
47670
|
}
|
|
47671
|
-
}, {
|
|
47672
|
-
title: "新增",
|
|
47673
|
-
hdlDisabled(_ref4) {
|
|
47674
|
-
let {
|
|
47675
|
-
scopeThis,
|
|
47676
|
-
item,
|
|
47677
|
-
index
|
|
47678
|
-
} = _ref4;
|
|
47679
|
-
return scopeThis.initBox.readOnly;
|
|
47680
|
-
},
|
|
47681
|
-
handle(_ref5) {
|
|
47682
|
-
let {
|
|
47683
|
-
scopeThis,
|
|
47684
|
-
index
|
|
47685
|
-
} = _ref5;
|
|
47686
|
-
withTable.popupInsertOne({
|
|
47687
|
-
scopeThis
|
|
47688
|
-
});
|
|
47689
|
-
}
|
|
47690
47671
|
}]
|
|
47672
|
+
}, {
|
|
47673
|
+
title: "新增",
|
|
47674
|
+
hdlDisabled(_ref4) {
|
|
47675
|
+
let {
|
|
47676
|
+
scopeThis,
|
|
47677
|
+
item,
|
|
47678
|
+
index
|
|
47679
|
+
} = _ref4;
|
|
47680
|
+
return scopeThis.initBox.readOnly;
|
|
47681
|
+
},
|
|
47682
|
+
handle(_ref5) {
|
|
47683
|
+
let {
|
|
47684
|
+
scopeThis,
|
|
47685
|
+
index
|
|
47686
|
+
} = _ref5;
|
|
47687
|
+
withTable.popupInsertOne({
|
|
47688
|
+
scopeThis
|
|
47689
|
+
});
|
|
47690
|
+
}
|
|
47691
47691
|
}, {
|
|
47692
47692
|
title: "收银",
|
|
47693
47693
|
hdlDisabled(_ref6) {
|
|
@@ -48377,6 +48377,14 @@ vue.onMounted(async ()=>{
|
|
|
48377
48377
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48378
48378
|
await withTable.init({scopeThis});
|
|
48379
48379
|
});
|
|
48380
|
+
const style = vue.ref({
|
|
48381
|
+
amount: {
|
|
48382
|
+
textAlign: 'center',
|
|
48383
|
+
fontSize: '14px',
|
|
48384
|
+
color: 'blue',
|
|
48385
|
+
weight: 'bold'
|
|
48386
|
+
}
|
|
48387
|
+
});
|
|
48380
48388
|
|
|
48381
48389
|
return (_ctx, _cache) => {
|
|
48382
48390
|
const _component_ly0Table = vue.resolveComponent("ly0Table");
|
|
@@ -48398,12 +48406,24 @@ return (_ctx, _cache) => {
|
|
|
48398
48406
|
], -1 /* CACHED */)),
|
|
48399
48407
|
vue.createElementVNode("tbody", null, [
|
|
48400
48408
|
vue.createElementVNode("tr", null, [
|
|
48401
|
-
vue.createElementVNode("td",
|
|
48402
|
-
|
|
48403
|
-
|
|
48404
|
-
vue.createElementVNode("td",
|
|
48405
|
-
|
|
48406
|
-
|
|
48409
|
+
vue.createElementVNode("td", {
|
|
48410
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48411
|
+
}, vue.toDisplayString(Math.floor(scopeThis.initBox.deal) / 100), 5 /* TEXT, STYLE */),
|
|
48412
|
+
vue.createElementVNode("td", {
|
|
48413
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48414
|
+
}, vue.toDisplayString(Math.floor(scopeThis.amountBox.sum) / 100), 5 /* TEXT, STYLE */),
|
|
48415
|
+
vue.createElementVNode("td", {
|
|
48416
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48417
|
+
}, vue.toDisplayString(Math.floor(scopeThis.amountBox.succeeded) / 100), 5 /* TEXT, STYLE */),
|
|
48418
|
+
vue.createElementVNode("td", {
|
|
48419
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48420
|
+
}, vue.toDisplayString(Math.floor(scopeThis.amountBox.started) / 100), 5 /* TEXT, STYLE */),
|
|
48421
|
+
vue.createElementVNode("td", {
|
|
48422
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48423
|
+
}, vue.toDisplayString(Math.floor(scopeThis.amountBox.failed) / 100), 5 /* TEXT, STYLE */),
|
|
48424
|
+
vue.createElementVNode("td", {
|
|
48425
|
+
style: vue.normalizeStyle(style.value.amount)
|
|
48426
|
+
}, vue.toDisplayString(Math.floor(scopeThis.amountBox.unpaid) / 100), 5 /* TEXT, STYLE */)
|
|
48407
48427
|
])
|
|
48408
48428
|
])
|
|
48409
48429
|
]),
|