外协字符去除

This commit is contained in:
2025-03-26 16:26:50 +08:00
parent 9cc6a74f18
commit 6ceb2bbe2e
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
"name" : "干巷仓库APP",
"appid" : "__UNI__A67E78B",
"description" : "",
"versionName" : "2.2.9",
"versionCode" : 229,
"versionName" : "2.3.0",
"versionCode" : 230,
"transformPx" : false,
"sassImplementationName": "node-sass",
"sassImplementationName" : "node-sass",
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",

View File

@@ -27,7 +27,7 @@
</view>
<!-- 货物列表 -->
<view class="scroll-view-box">
<view class="scroll-view-title">{{ this.isStrict ? '' : '外协' }}入库清单</view>
<view class="scroll-view-title">{{ this.isStrict ? '' : '无校验' }}入库清单</view>
<view class="scroll-view-last" v-if="newMaterialList.length > 1">上次批次号{{ newMaterialList[newMaterialList.length - 2].patchCode }}</view>
<view class="scroll-view-last" v-if="newMaterialList.length === 1">上次批次号</view>
<packageCard v-if="newMaterialList.length > 0" :packageInfo="newMaterialList[newMaterialList.length - 1]"></packageCard>