外协字符去除
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user