@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.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,
|
|
@@ -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,6 +48374,9 @@ 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;
|
|
@@ -48380,7 +48385,7 @@ vue.onMounted(async ()=>{
|
|
|
48380
48385
|
const style = vue.ref({
|
|
48381
48386
|
amount: {
|
|
48382
48387
|
textAlign: 'center',
|
|
48383
|
-
fontSize: '
|
|
48388
|
+
fontSize: '16px',
|
|
48384
48389
|
color: 'blue',
|
|
48385
48390
|
weight: 'bold'
|
|
48386
48391
|
}
|