|
@ -13,14 +13,15 @@ |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<required-location ref="requiredLocation" title="默认收货库位" :locationCode="toLocationCode" |
|
|
|
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
|
|
|
:locationTypeList="locationTypeList"></required-location> |
|
|
|
|
|
|
|
|
|
|
|
<view class="page-footer"> |
|
|
<view class="page-footer"> |
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
|
|
|
<required-location ref="requiredLocation" title="默认收货库位" :locationCode="toLocationCode" |
|
|
|
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
|
|
|
:locationTypeList="locationTypeList"></required-location> |
|
|
|
|
|
|
|
|
</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> |
|
@ -35,7 +36,6 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
|
purchaseReceiptJobSubmit, |
|
|
purchaseReceiptJobSubmit, |
|
|
getPurchaseReceiptJobDetail, |
|
|
getPurchaseReceiptJobDetail, |
|
@ -47,6 +47,7 @@ |
|
|
goHome, |
|
|
goHome, |
|
|
getCurrDateTime, |
|
|
getCurrDateTime, |
|
|
getPackingNumberAndBatch, |
|
|
getPackingNumberAndBatch, |
|
|
|
|
|
updateTitle |
|
|
} from '@/common/basic.js'; |
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
@ -108,6 +109,7 @@ |
|
|
} else { |
|
|
} else { |
|
|
this.getDetail(); |
|
|
this.getDetail(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
//返回首页 |
|
|
//返回首页 |
|
@ -181,6 +183,7 @@ |
|
|
} else { |
|
|
} else { |
|
|
that.showMessage('列表数据为0'); |
|
|
that.showMessage('列表数据为0'); |
|
|
} |
|
|
} |
|
|
|
|
|
updateTitle(that.jobContent.number); |
|
|
} |
|
|
} |
|
|
}).catch(error => { |
|
|
}).catch(error => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|