Merge branch 'master' of http://192.168.30.2:3000/bonus/bonus-material-app
This commit is contained in:
commit
cd05abbd92
|
|
@ -2,14 +2,14 @@
|
|||
<!-- 退料任务 -->
|
||||
<view class="accept page-common">
|
||||
<uni-row :gutter="24" class="search-form">
|
||||
<uni-col :span="10">
|
||||
<!-- <uni-col :span="10">
|
||||
<view>
|
||||
<uni-easyinput placeholder="请输入内容"/>
|
||||
</view>
|
||||
</uni-col>
|
||||
<uni-col :span="4">
|
||||
<view class="search" @click="">查询</view>
|
||||
</uni-col>
|
||||
</uni-col> -->
|
||||
<uni-col :span="4">
|
||||
<view class="addBtn" @click="addApply">申请</view>
|
||||
</uni-col>
|
||||
|
|
@ -163,7 +163,7 @@ const chosenLevelThree = async(item) => {
|
|||
modelType:"",
|
||||
partName:"",
|
||||
typeName:item.paName,
|
||||
storageNum:item.storageNum,
|
||||
storageNum:item.storageNum || 0,
|
||||
preNum:0
|
||||
}
|
||||
const res = await selectPartTreeListByLevelApi({id:item.id})
|
||||
|
|
|
|||
Loading…
Reference in New Issue