代码更新
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
style="width: 200px;"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in pointlist"
|
||||
v-for="item in pointList"
|
||||
:key="item.point_code"
|
||||
:label="item.point_name"
|
||||
:value="item.point_code"
|
||||
@@ -232,7 +232,6 @@ import CRUD, { crud } from '@crud/crud'
|
||||
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
|
||||
import StructIvt from '@/views/wms/st/outbill/StructIvt'
|
||||
import PointDialog from '@/views/wms/pub/PointDialog'
|
||||
import crudSectattr from '@/views/wms/basedata/st/sect/sectattr'
|
||||
import crudPoint from '@/views/wms/sch/point/point'
|
||||
import crudUserStor from '@/views/wms/basedata/st/userStor/userStor'
|
||||
|
||||
@@ -317,7 +316,7 @@ export default {
|
||||
|
||||
const area_type = '1585167595403874304'
|
||||
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
|
||||
this.pointlist = res
|
||||
this.pointList = res
|
||||
})
|
||||
|
||||
checkoutbill.getInvTypes().then(res => {
|
||||
|
||||
Reference in New Issue
Block a user