原材料库优化问题点0808:前端优化代码
This commit is contained in:
@@ -99,8 +99,7 @@
|
||||
:max="10000"
|
||||
:step="10"
|
||||
size="mini"
|
||||
>
|
||||
</el-input-number>
|
||||
/>
|
||||
</el-form-item>
|
||||
<rrOperation />
|
||||
</el-form>
|
||||
@@ -136,7 +135,6 @@ import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import crudSchBasePoint from '@/views/wms/sch/point/schBasePoint'
|
||||
|
||||
|
||||
export default {
|
||||
name: 'HwIn',
|
||||
components: { pagination, crudOperation, rrOperation, udOperation },
|
||||
@@ -184,7 +182,7 @@ export default {
|
||||
return true
|
||||
},
|
||||
getPointList() { // 获取点位列表
|
||||
crudSchBasePoint.getPointsByRegionCodes("YL,YLHC,KJHC").then(res => {
|
||||
crudSchBasePoint.getPointsByRegionCodes('YL,YLHC,KJHC').then(res => {
|
||||
this.pointList = res
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user