Browse Source

提交时预览单据

xiaohaizhao 2 năm trước cách đây
mục cha
commit
21335c28e0

+ 1 - 0
Eservice/installConfirmBill/index.js

@@ -127,6 +127,7 @@ Page({
   },
   },
 
 
   async submit() {
   async submit() {
+    this.createImage();
     const res = await api._post({
     const res = await api._post({
       "id": "20230211110003",
       "id": "20230211110003",
       "content": {
       "content": {

+ 1 - 0
Eservice/serviceConfirmBill/index.js

@@ -131,6 +131,7 @@ Page({
   },
   },
 
 
   async submit() {
   async submit() {
+    this.createImage();
     const res = await api._post({
     const res = await api._post({
       "id": "20230211110003",
       "id": "20230211110003",
       "content": {
       "content": {

+ 1 - 0
Eservice/trainConfirmBill/index.js

@@ -153,6 +153,7 @@ Page({
   },
   },
 
 
   async submit () {
   async submit () {
+    this.createImage();
     const res = await api._post({
     const res = await api._post({
       "id": "20230211110003",
       "id": "20230211110003",
       "content": {
       "content": {