@yoooloo42/joker 1.0.256 → 1.0.258

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 CHANGED
@@ -23028,6 +23028,7 @@ const submitInsertOne = async _ref10 => {
23028
23028
  cancelButtonText: '取消',
23029
23029
  type: 'warning' // 警告图标
23030
23030
  });
23031
+ console.log('joker测试 000', scopeThis.formData);
23031
23032
  const result = await ly0request$1.storpro({
23032
23033
  storproName: scopeThis.storpro.insertOne,
23033
23034
  data: scopeThis.formData,
@@ -47668,26 +47669,26 @@ var tableProps = {
47668
47669
  scopeThis
47669
47670
  });
47670
47671
  }
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
47672
  }]
47673
+ }, {
47674
+ title: "新增",
47675
+ hdlDisabled(_ref4) {
47676
+ let {
47677
+ scopeThis,
47678
+ item,
47679
+ index
47680
+ } = _ref4;
47681
+ return scopeThis.initBox.readOnly;
47682
+ },
47683
+ handle(_ref5) {
47684
+ let {
47685
+ scopeThis,
47686
+ index
47687
+ } = _ref5;
47688
+ withTable.popupInsertOne({
47689
+ scopeThis
47690
+ });
47691
+ }
47691
47692
  }, {
47692
47693
  title: "收银",
47693
47694
  hdlDisabled(_ref6) {
@@ -47946,6 +47947,7 @@ var insertOne = {
47946
47947
  let {
47947
47948
  scopeThis
47948
47949
  } = _ref2;
47950
+ console.log('joker测试 111', scopeThis.formData);
47949
47951
  await withTable.submitInsertOne({
47950
47952
  scopeThis
47951
47953
  });
@@ -48372,11 +48374,22 @@ const scopeThis = vue.reactive({
48372
48374
  cashBox
48373
48375
  });
48374
48376
 
48377
+ console.log('joker测试 222', scopeThis.initBox);
48378
+ console.log('joker测试 333', props.myProps);
48379
+
48375
48380
  vue.onMounted(async ()=>{
48376
48381
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48377
48382
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48378
48383
  await withTable.init({scopeThis});
48379
48384
  });
48385
+ const style = vue.ref({
48386
+ amount: {
48387
+ textAlign: 'center',
48388
+ fontSize: '16px',
48389
+ color: 'blue',
48390
+ weight: 'bold'
48391
+ }
48392
+ });
48380
48393
 
48381
48394
  return (_ctx, _cache) => {
48382
48395
  const _component_ly0Table = vue.resolveComponent("ly0Table");
@@ -48398,12 +48411,24 @@ return (_ctx, _cache) => {
48398
48411
  ], -1 /* CACHED */)),
48399
48412
  vue.createElementVNode("tbody", null, [
48400
48413
  vue.createElementVNode("tr", null, [
48401
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.initBox.deal) / 100), 1 /* TEXT */),
48402
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.amountBox.sum) / 100), 1 /* TEXT */),
48403
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.amountBox.succeeded) / 100), 1 /* TEXT */),
48404
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.amountBox.started) / 100), 1 /* TEXT */),
48405
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.amountBox.failed) / 100), 1 /* TEXT */),
48406
- vue.createElementVNode("td", null, vue.toDisplayString(Math.floor(scopeThis.amountBox.unpaid) / 100), 1 /* TEXT */)
48414
+ vue.createElementVNode("td", {
48415
+ style: vue.normalizeStyle(style.value.amount)
48416
+ }, vue.toDisplayString(Math.floor(scopeThis.initBox.deal) / 100), 5 /* TEXT, STYLE */),
48417
+ vue.createElementVNode("td", {
48418
+ style: vue.normalizeStyle(style.value.amount)
48419
+ }, vue.toDisplayString(Math.floor(scopeThis.amountBox.sum) / 100), 5 /* TEXT, STYLE */),
48420
+ vue.createElementVNode("td", {
48421
+ style: vue.normalizeStyle(style.value.amount)
48422
+ }, vue.toDisplayString(Math.floor(scopeThis.amountBox.succeeded) / 100), 5 /* TEXT, STYLE */),
48423
+ vue.createElementVNode("td", {
48424
+ style: vue.normalizeStyle(style.value.amount)
48425
+ }, vue.toDisplayString(Math.floor(scopeThis.amountBox.started) / 100), 5 /* TEXT, STYLE */),
48426
+ vue.createElementVNode("td", {
48427
+ style: vue.normalizeStyle(style.value.amount)
48428
+ }, vue.toDisplayString(Math.floor(scopeThis.amountBox.failed) / 100), 5 /* TEXT, STYLE */),
48429
+ vue.createElementVNode("td", {
48430
+ style: vue.normalizeStyle(style.value.amount)
48431
+ }, vue.toDisplayString(Math.floor(scopeThis.amountBox.unpaid) / 100), 5 /* TEXT, STYLE */)
48407
48432
  ])
48408
48433
  ])
48409
48434
  ]),