fix:玻纤返工和改版交接时,接收工段默认展示当前工段(葛工提),并可查询
This commit is contained in:
parent
e1430ec91a
commit
562dcba22a
|
@ -194,6 +194,7 @@
|
|||
v-model="form.recive_mgroup"
|
||||
placeholder="接收工段"
|
||||
clearable
|
||||
filterable
|
||||
style="width: 100%"
|
||||
:disabled="type==40"
|
||||
@change="getUserList2"
|
||||
|
@ -366,6 +367,9 @@ export default {
|
|||
let day = date.getDate();
|
||||
that.form.handle_date = year + "-" + month + "-" + day;
|
||||
that.form.send_mgroup = that.mgroupId;
|
||||
if(that.type==20||that.type==50){
|
||||
that.form.recive_mgroup = that.mgroupId;
|
||||
}
|
||||
// type=10 物料交接 物料都可交接,接收工段有限制
|
||||
// type=20 物料返工 不合格品交接,接收工段为该工艺流程中的工段
|
||||
// type=30 物料检验 合格品交接,检验部接收
|
||||
|
|
Loading…
Reference in New Issue