|
|
|
|
@ -223,31 +223,31 @@
|
|
|
|
|
<view class="function-grid">
|
|
|
|
|
<view class="function-item" @click="handleClick('模具类型')">
|
|
|
|
|
<view class="function-icon" style="background: rgba(156, 39, 176, 0.1);">
|
|
|
|
|
<text class="icon-inner">📋</text>
|
|
|
|
|
<uni-icons type="list" size="22" color="#9c27b0"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<text class="function-name">模具类型</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="function-item" @click="handleClick('模具台账')">
|
|
|
|
|
<view class="function-icon" style="background: rgba(156, 39, 176, 0.1);">
|
|
|
|
|
<text class="icon-inner">📊</text>
|
|
|
|
|
<uni-icons type="bars" size="22" color="#9c27b0"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<text class="function-name">模具台账</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="function-item" @click="handleClick('moldGet')">
|
|
|
|
|
<view class="function-icon" style="background: rgba(156, 39, 176, 0.1);">
|
|
|
|
|
<text class="icon-inner">📤</text>
|
|
|
|
|
<uni-icons type="redo" size="22" color="#9c27b0"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<text class="function-name">{{ t('moldGet.moduleName') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="function-item" @click="handleClick('moldReturn')">
|
|
|
|
|
<view class="function-icon" style="background: rgba(156, 39, 176, 0.1);">
|
|
|
|
|
<text class="icon-inner">📥</text>
|
|
|
|
|
<uni-icons type="undo" size="22" color="#9c27b0"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<text class="function-name">{{ t('moldReturn.moduleName') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="function-item" @click="handleClick('moldOperate')">
|
|
|
|
|
<view class="function-icon" style="background: rgba(156, 39, 176, 0.1);">
|
|
|
|
|
<text class="icon-inner">🔄</text>
|
|
|
|
|
<uni-icons type="loop" size="22" color="#9c27b0"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<text class="function-name">{{ t('moldOperate.moduleName') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
|