外协字符去除
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
"name" : "干巷仓库APP",
|
"name" : "干巷仓库APP",
|
||||||
"appid" : "__UNI__A67E78B",
|
"appid" : "__UNI__A67E78B",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "2.2.9",
|
"versionName" : "2.3.0",
|
||||||
"versionCode" : 229,
|
"versionCode" : 230,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"sassImplementationName": "node-sass",
|
"sassImplementationName" : "node-sass",
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 货物列表 -->
|
<!-- 货物列表 -->
|
||||||
<view class="scroll-view-box">
|
<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">上次批次号:{{ newMaterialList[newMaterialList.length - 2].patchCode }}</view>
|
||||||
<view class="scroll-view-last" v-if="newMaterialList.length === 1">上次批次号:</view>
|
<view class="scroll-view-last" v-if="newMaterialList.length === 1">上次批次号:</view>
|
||||||
<packageCard v-if="newMaterialList.length > 0" :packageInfo="newMaterialList[newMaterialList.length - 1]"></packageCard>
|
<packageCard v-if="newMaterialList.length > 0" :packageInfo="newMaterialList[newMaterialList.length - 1]"></packageCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user