Browse Source

【埃驰看版】发运看板

master
安虹睿 7 months ago
parent
commit
95a343acd9
  1. 2
      PC/IAC_LargeScreen/src/views/shippingBoard.vue

2
PC/IAC_LargeScreen/src/views/shippingBoard.vue

@ -168,8 +168,6 @@ export default {
async getList(){
this.dataLoading = true
this.initConfig()
// todo:
console.log(this.dockCodeSearch)
axiosUtil.ajax_post('/api/wms/store/board/deliver-board',{dockCode:this.dockCodeSearch}).then(res => {
this.dataLoading = false
if(res.length <= 0){

Loading…
Cancel
Save