|
@ -14,7 +14,7 @@ |
|
|
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
|
|
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<comProductDetailCard :dataContent="item" :settingParam="jobContent" :isShowLocation="false" |
|
|
<comProductDetailCard :dataContent="item" :settingParam="jobContent" :isShowLocation="false" |
|
|
@remove="updateData" @updateData="updateData" :locationTypeList='tolocationTypeList'> |
|
|
@remove="updateData" @updateData="updateData" :locationTypeList='toLocationTypeList'> |
|
|
</comProductDetailCard> |
|
|
</comProductDetailCard> |
|
|
</view> |
|
|
</view> |
|
|
<u-line /> |
|
|
<u-line /> |
|
@ -28,7 +28,7 @@ |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<requiredLocation title="收货库位" :locationCode="toLocationCode" |
|
|
<requiredLocation title="收货库位" :locationCode="toLocationCode" |
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
:locationTypeList="tolocationTypeList"></requiredLocation> |
|
|
:locationTypeList="toLocationTypeList"></requiredLocation> |
|
|
</view> |
|
|
</view> |
|
|
<view class=" uni-flex uni-row"> |
|
|
<view class=" uni-flex uni-row"> |
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
@ -104,7 +104,6 @@ |
|
|
subList: [], //接口返回的任务subList |
|
|
subList: [], //接口返回的任务subList |
|
|
detailSource: [], //绑定在页面上的数据源 |
|
|
detailSource: [], //绑定在页面上的数据源 |
|
|
toLocationTypeList: [], |
|
|
toLocationTypeList: [], |
|
|
toLocationInfo: {}, |
|
|
|
|
|
managementList: [] |
|
|
managementList: [] |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|