@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 +8 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23024,6 +23024,7 @@ const submitInsertOne = async _ref10 => {
|
|
|
23024
23024
|
cancelButtonText: '取消',
|
|
23025
23025
|
type: 'warning' // 警告图标
|
|
23026
23026
|
});
|
|
23027
|
+
console.log('joker测试 000', scopeThis.formData);
|
|
23027
23028
|
const result = await ly0request.storpro({
|
|
23028
23029
|
storproName: scopeThis.storpro.insertOne,
|
|
23029
23030
|
data: scopeThis.formData,
|
|
@@ -44206,6 +44207,7 @@ var qrcode$1 = {
|
|
|
44206
44207
|
};
|
|
44207
44208
|
|
|
44208
44209
|
const ly0session = ly0request.ly0sessionLoad();
|
|
44210
|
+
console.log('joker测试 555', ly0session);
|
|
44209
44211
|
function init(_ref) {
|
|
44210
44212
|
let {
|
|
44211
44213
|
scopeThis
|
|
@@ -44225,6 +44227,7 @@ function submit(_ref2) {
|
|
|
44225
44227
|
let {
|
|
44226
44228
|
scopeThis
|
|
44227
44229
|
} = _ref2;
|
|
44230
|
+
console.log('joker测试 444', ly0session);
|
|
44228
44231
|
if (scopeThis.formData.process_code === "0") {
|
|
44229
44232
|
//系统外流转
|
|
44230
44233
|
ly0request.storpro({
|
|
@@ -47942,6 +47945,7 @@ var insertOne = {
|
|
|
47942
47945
|
let {
|
|
47943
47946
|
scopeThis
|
|
47944
47947
|
} = _ref2;
|
|
47948
|
+
console.log('joker测试 111', scopeThis.formData);
|
|
47945
47949
|
await withTable.submitInsertOne({
|
|
47946
47950
|
scopeThis
|
|
47947
47951
|
});
|
|
@@ -48368,6 +48372,9 @@ const scopeThis = reactive({
|
|
|
48368
48372
|
cashBox
|
|
48369
48373
|
});
|
|
48370
48374
|
|
|
48375
|
+
console.log('joker测试 222', scopeThis.initBox);
|
|
48376
|
+
console.log('joker测试 333', props.myProps);
|
|
48377
|
+
|
|
48371
48378
|
onMounted(async ()=>{
|
|
48372
48379
|
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48373
48380
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
@@ -48376,7 +48383,7 @@ onMounted(async ()=>{
|
|
|
48376
48383
|
const style = ref({
|
|
48377
48384
|
amount: {
|
|
48378
48385
|
textAlign: 'center',
|
|
48379
|
-
fontSize: '
|
|
48386
|
+
fontSize: '16px',
|
|
48380
48387
|
color: 'blue',
|
|
48381
48388
|
weight: 'bold'
|
|
48382
48389
|
}
|