fix:玻纤日志改动

This commit is contained in:
shijing 2025-01-14 14:16:36 +08:00
parent ddb82670ad
commit 88f1ea7af7
5 changed files with 15 additions and 16 deletions

View File

@ -102,7 +102,7 @@
v-model="form.belong_dept"
clearable
style="width: 100%"
@change="deptChange"
@change="getgetDeptUsers"
>
<el-option
v-for="item in deptOptions"
@ -228,6 +228,7 @@ export default {
this.getDeptOptions();
this.getDeptUser();
this.getmgroupOptions();
this.getgetDeptUsers();
} else if (type == "other_in") {
this.getSupplierOptions();
} else if (type == "other_out") {
@ -270,12 +271,10 @@ export default {
this.orderOptions = res;
});
},
deptChange(val) {
this.$API.system.user.list
.req({ depts: val, page: 0 })
.then((res) => {
this.userOptions = res;
});
getgetDeptUsers(){
this.$API.system.user.list.req({ depts: this.form.belong_dept, page: 0 }).then((res) => {
this.userOptions = res;
});
},
getDeptUser() {
this.$API.system.user.list

View File

@ -113,7 +113,7 @@
<template #default="scope">
<el-link :underline="false" @click="printMaterial(scope.row,'wm')" type="primary">物料标签</el-link>
<el-link
v-if="scope.row.material_&&scope.row.material_.tracking==10"
v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20"
:underline="false"
@click="inmCheck(scope.row)"
type="primary"
@ -379,9 +379,6 @@ export default {
that.wprParams.wm='';
that.wprParams.wm = row.id;
that.wprVisibleDrawer = true;
// that.$API.wpm.wpr.list.req({ wm: row.id,page:0 }).then((res) => {
// that.wprList = res;
// })
},
//
handleSaveSuccess(data, mode) {

View File

@ -288,13 +288,14 @@
width="100px"
>
<template #default="scope">
<!-- 批次 -->
<!-- 批次 v-if="mlogItem.submit_time == null&&mlogItem.material_out_&&mlogItem.material_out_.tracking==10" -->
<el-link
:underline="false"
type="primary"
v-if="mlogItem.submit_time == null&&mlogItem.material_out_&&mlogItem.material_out_.tracking==10"
v-if="mlogItem.submit_time == null"
style="margin-right: 10px;"
@click="table_out_check(scope.row)"
>详情</el-link>
>编辑</el-link>
<!-- 单个 -->
<el-link
:underline="false"

View File

@ -209,7 +209,7 @@ export default {
this.$API.cm.labelmat.item.req(codeId).then((res) => {
if(res){
arr = that.materialOptions.filter((item) => {
return item.batch == res.batch&&item.material==res.material&&item.state==res.state;
return item.batch == res.batch&&item.state==res.state;
})
if (arr.length > 0) {
that.form.batch = arr[0].batch;

View File

@ -111,7 +111,7 @@
<el-input v-else v-model="scope.row.note" placeholder="备注"></el-input>
</template>
</el-table-column>
<el-table-column prop="open" label="操作" width="60" align="center">
<el-table-column prop="open" label="操作" width="120" align="center">
<template #default="scope">
<el-button
v-if="scope.row.isEdit"
@ -245,6 +245,7 @@ export default {
console.log('item',item);
let index = that.mlogbwlist.indexOf(row);
that.mlogbwlist[index].number = item.number;
// that.mlogbwlist[index].wpr = item.id;
}
})
},
@ -288,6 +289,7 @@ export default {
let obj = {};
obj.number = row.number;
obj.mlogb = row.mlogb;
obj.wpr = row.wpr;
obj.note = row.note;
if(that.qct!==null&&that.qct!==''){
obj.ftest = {};