From da87b063696574fffc00e95b82120bf061942a19 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期二, 05 八月 2025 11:27:57 +0800
Subject: [PATCH] 单据页面添加新增功能

---
 App.vue |   69 +++++++++++++++++++---------------
 1 files changed, 38 insertions(+), 31 deletions(-)

diff --git a/App.vue b/App.vue
index ecd105f..abb86c8 100644
--- a/App.vue
+++ b/App.vue
@@ -1,35 +1,42 @@
 <script>
-	import { getOpenId,setUserInfo,setToken, getToken} from "./utils/auth";
-	export default {
-		onLaunch: function() {
-			console.log('App Launch')
-		},
-		onShow: function() {
-			console.log('App Show')
-		},
-		onHide: function() {
-			console.log('App Hide')
-		}
-	}
+    import {
+        getOpenId,
+        setUserInfo,
+        setToken,
+        getToken
+    } from "./utils/auth";
+    export default {
+        onLaunch: function() {
+            console.log('App Launch')
+        },
+        onShow: function() {
+            console.log('App Show')
+        },
+        onHide: function() {
+            console.log('App Hide')
+        }
+    }
 </script>
 
 <style>
-	/*姣忎釜椤甸潰鍏叡css */
-	.over{
-		color: #888;
-		font-size: 28rpx;
-		text-align: center;
-		padding: 60rpx 0;
-	}
-	
-	/* 鐢ㄤ簬瑙e喅picker鍐呴儴璁剧疆 disabled input 鏃朵笉鍝嶅簲鐨勯棶棰� */
-	.picker-overlay {
-	  position: absolute;
-	  top: 0;
-	  left: 0;
-	  width: 100%;
-	  height: 100%;
-	  background-color: transparent; /* 閫忔槑鑳屾櫙 */
-	  z-index: 1; /* 纭繚鍦� input 涓婃柟 */
-	}
-</style>
+    /*姣忎釜椤甸潰鍏叡css */
+    .over {
+        color: #888;
+        font-size: 28rpx;
+        text-align: center;
+        padding: 60rpx 0;
+    }
+
+    /* 鐢ㄤ簬瑙e喅picker鍐呴儴璁剧疆 disabled input 鏃朵笉鍝嶅簲鐨勯棶棰� */
+    .picker-overlay {
+        position: absolute;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+        background-color: transparent;
+        /* 閫忔槑鑳屾櫙 */
+        z-index: 1;
+        /* 纭繚鍦� input 涓婃柟 */
+    }
+</style>
\ No newline at end of file

--
Gitblit v1.9.1