add:增加RCS下发逻辑;
add:增加PC出库分配逻辑; opt:优化通用API通讯工具;
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
show-overflow-tooltip
|
||||
prop="plan_qty"
|
||||
:formatter="crud.formatNum3"
|
||||
label="重量"
|
||||
label="数量"
|
||||
align="center"
|
||||
/>
|
||||
<el-table-column show-overflow-tooltip prop="point_code" label="入库点" align="center" />
|
||||
@@ -259,10 +259,7 @@ export default {
|
||||
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
|
||||
this.sects = res.content
|
||||
})
|
||||
|
||||
const area_type = 'NBJ01'
|
||||
|
||||
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
|
||||
crudPoint.getPointList().then(res => {
|
||||
this.pointlist = res
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user