剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -2,7 +2,7 @@
<view class="app status-bar-gap">
<view class="page-bc"></view>
<view class="page">
<view style="display: flex;align-items: center">
<view style="display: flex;align-items: center;margin-top: 5vh;">
<view style="margin-right: 32rpx">
<up-image :show-loading="true" src="../../static/images/ygtx.png" width="136rpx" height="136rpx"
radius="136rpx"></up-image>
@@ -12,7 +12,7 @@
<view class="gysName">{{ state.userInfo.CustomName }}</view>
</view>
</view>
<view class="common">
<!-- <view class="common">
<view class="type-bc">
<view class="type-item type-item-gc" @tap="toPages('/pages/receive/index')">
<view class="type-item-text">采购收料</view>
@@ -27,9 +27,9 @@
<view class="type-item-text">来料验证</view>
</view>
</view>
</view>
</view> -->
<view class="input-box">
<view class="input-box" style="margin-top: 10vh;">
<view class="input-item u-flex" style="justify-content: space-between;align-items: center">
<view class="item-title">扫描记录</view>
<up-icon name="play-right-fill" size="8"></up-icon>
@@ -48,7 +48,7 @@
</view> -->
</view>
<view class="outLogin" @click="outLoginFun">退出登录</view>
<view class="outLogin" @click="outLoginFun">{{ t('login.tcdl') }}</view>
</view>
</view>
</template>
@@ -56,6 +56,9 @@
import { reactive, ref } from 'vue';
import { onLoad, onShow } from '@dcloudio/uni-app'
import { logout } from "../../common/request/api/api";
import { useI18n } from 'vue-i18n'
const getI18n = useI18n()
const { t, locale } = getI18n
const state = reactive({
userInfo:{}
})