fix:玻纤返工和改版交接时,接收工段默认展示当前工段(葛工提),并可查询

This commit is contained in:
shijing 2025-02-27 09:37:15 +08:00
parent e1430ec91a
commit 562dcba22a
1 changed files with 4 additions and 0 deletions

View File

@ -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