@yoooloo42/joker 1.0.257 → 1.0.259

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,
@@ -44210,6 +44211,7 @@ var qrcode$1 = {
44210
44211
  };
44211
44212
 
44212
44213
  const ly0session = ly0request$1.ly0sessionLoad();
44214
+ console.log('joker测试 555', ly0session);
44213
44215
  function init(_ref) {
44214
44216
  let {
44215
44217
  scopeThis
@@ -44229,6 +44231,7 @@ function submit(_ref2) {
44229
44231
  let {
44230
44232
  scopeThis
44231
44233
  } = _ref2;
44234
+ console.log('joker测试 444', ly0session);
44232
44235
  if (scopeThis.formData.process_code === "0") {
44233
44236
  //系统外流转
44234
44237
  ly0request$1.storpro({
@@ -47946,6 +47949,7 @@ var insertOne = {
47946
47949
  let {
47947
47950
  scopeThis
47948
47951
  } = _ref2;
47952
+ console.log('joker测试 111', scopeThis.formData);
47949
47953
  await withTable.submitInsertOne({
47950
47954
  scopeThis
47951
47955
  });
@@ -48372,6 +48376,9 @@ const scopeThis = vue.reactive({
48372
48376
  cashBox
48373
48377
  });
48374
48378
 
48379
+ console.log('joker测试 222', scopeThis.initBox);
48380
+ console.log('joker测试 333', props.myProps);
48381
+
48375
48382
  vue.onMounted(async ()=>{
48376
48383
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48377
48384
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
@@ -48380,7 +48387,7 @@ vue.onMounted(async ()=>{
48380
48387
  const style = vue.ref({
48381
48388
  amount: {
48382
48389
  textAlign: 'center',
48383
- fontSize: '14px',
48390
+ fontSize: '16px',
48384
48391
  color: 'blue',
48385
48392
  weight: 'bold'
48386
48393
  }