rev: 成品出库修改发货区功能

This commit is contained in:
2023-04-04 10:29:48 +08:00
parent acc0139ed1
commit a657c83600
4 changed files with 42 additions and 17 deletions

View File

@@ -150,7 +150,7 @@
disabled
/>
</el-form-item>
<el-form-item label="出库点" prop="point_code">
<!-- <el-form-item label="出库点" prop="point_code">
<el-select
v-model="form2.point_code"
clearable
@@ -165,7 +165,7 @@
:value="item.point_code"
/>
</el-select>
</el-form-item>
</el-form-item>-->
</el-form>
</div>
<span class="crud-opts-right2">
@@ -492,10 +492,10 @@ export default {
}
},
allSetPoint() {
if (this.form2.point_code === '') {
/* if (this.form2.point_code === '') {
this.crud.notify('请先选择站点!', CRUD.NOTIFICATION_TYPE.INFO)
return
}
}*/
if (this.currentRow === '') {
this.crud.notify('请选择明细!', CRUD.NOTIFICATION_TYPE.INFO)
return
@@ -511,10 +511,10 @@ export default {
})
},
allSetPointAllDtl() {
if (this.form2.point_code === '') {
/* if (this.form2.point_code === '') {
this.crud.notify('请先选择站点!', CRUD.NOTIFICATION_TYPE.INFO)
return
}
}*/
this.loadingSetAllPoint = true
const data = {
'point_code': this.form2.point_code,

View File

@@ -151,8 +151,6 @@
import { crud } from '@crud/crud'
import productOut from '@/views/wms/st/productOut/productout'
// import crudStorattr from '@/views/wms/basedata/st/stor/storattr'
// import crudRawAssist from '@/views/wms/st/inbill/rawassist'
import crudProductIn from '@/views/wms/st/productIn/productin'
export default {