add:增加RCS下发逻辑;

add:增加PC出库分配逻辑;
opt:优化通用API通讯工具;
This commit is contained in:
2025-07-10 13:31:36 +08:00
parent 4e3e3eb0cb
commit f71f1addce
62 changed files with 918 additions and 301 deletions

View File

@@ -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
})
},