@yoooloo42/joker 1.0.257 → 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 +6 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -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,
|
|
@@ -47942,6 +47943,7 @@ var insertOne = {
|
|
|
47942
47943
|
let {
|
|
47943
47944
|
scopeThis
|
|
47944
47945
|
} = _ref2;
|
|
47946
|
+
console.log('joker测试 111', scopeThis.formData);
|
|
47945
47947
|
await withTable.submitInsertOne({
|
|
47946
47948
|
scopeThis
|
|
47947
47949
|
});
|
|
@@ -48368,6 +48370,9 @@ const scopeThis = reactive({
|
|
|
48368
48370
|
cashBox
|
|
48369
48371
|
});
|
|
48370
48372
|
|
|
48373
|
+
console.log('joker测试 222', scopeThis.initBox);
|
|
48374
|
+
console.log('joker测试 333', props.myProps);
|
|
48375
|
+
|
|
48371
48376
|
onMounted(async ()=>{
|
|
48372
48377
|
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48373
48378
|
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
@@ -48376,7 +48381,7 @@ onMounted(async ()=>{
|
|
|
48376
48381
|
const style = ref({
|
|
48377
48382
|
amount: {
|
|
48378
48383
|
textAlign: 'center',
|
|
48379
|
-
fontSize: '
|
|
48384
|
+
fontSize: '16px',
|
|
48380
48385
|
color: 'blue',
|
|
48381
48386
|
weight: 'bold'
|
|
48382
48387
|
}
|