From 8081e115c0d8ffd0dd572e02a4dfa28818ad2d5a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 12 五月 2025 17:09:40 +0800
Subject: [PATCH] 1.采购入库实现35%

---
 pages/wlgl/cgrk.vue |   89 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/pages/wlgl/cgrk.vue b/pages/wlgl/cgrk.vue
index e69de29..f083e65 100644
--- a/pages/wlgl/cgrk.vue
+++ b/pages/wlgl/cgrk.vue
@@ -0,0 +1,89 @@
+<template>
+	<view>
+		<page-nav title="閲囪喘鍏ュ簱1"></page-nav>
+		<view class="body" style="flex-direction: column;">
+			<u-button type="primary" icon='plus-circle' size='large' style="width: 96%;margin-left: 2%;margin-top: 70%;"
+				:plain="true" :hairline="true" @click="navigateTo" text="閫夋嫨閲囪喘璁㈠崟"></u-button>
+
+			<u-button type="primary" icon='scan' size='large' style="width: 96%;margin-left: 2%;margin-top: 4%;"
+				:plain="true" :hairline="true" @click="navigateTo2" text="鎵弿鍒拌揣鏍囩"></u-button>
+		</view>
+	</view>
+</template>
+
+
+<script>
+	// import {
+
+
+	// } from '../../config/api.js';
+	const App = getApp()
+	export default {
+		onLoad(option) {
+
+		},
+
+		onPullDownRefresh() {
+			setTimeout(() => {
+				this.init(() => {
+					uni.stopPullDownRefresh();
+				})
+			}, 1000);
+		},
+
+		data() {
+			return {
+
+
+
+			}
+		},
+		created() {
+
+		},
+		mounted() {
+			this.init()
+
+		},
+		methods: {
+			navigateTo() {
+				uni.navigateTo({
+					url: './cgrk2' //閫夋嫨閲囪喘璁㈠崟
+				});
+			},
+			navigateTo2() {
+				uni.navigateTo({
+					url: './cgrk3' //鎵弿鍒拌揣鏍囩
+				});
+			},
+			init() {
+				uni.stopPullDownRefresh();
+			},
+		}
+	}
+</script>
+
+<style lang="scss" scoped>
+	@import url('@/style/global.css');
+
+	::v-deep .uicon-arrow-left>span {
+		display: block;
+	}
+
+	.body {
+		background-color: #f6f7fb !important;
+		width: 100%;
+		height: 1400rpx;
+		display: flex;
+		align-items: center;
+	}
+
+
+	.u-button--large {
+		position: relative;
+	}
+
+	::v-deep .uicon-plus-circle {
+		font-size: 32rpx !important;
+	}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3