fix:更改日志打印标记

This commit is contained in:
shijing 2024-10-29 10:12:22 +08:00
parent 27fd49a690
commit be8ee7b14b
2 changed files with 3 additions and 2 deletions

View File

@ -178,7 +178,7 @@
> >
</check-dialog> </check-dialog>
<el-dialog v-model="printVisible" width="1200px"> <el-dialog v-model="printVisible" width="1200px">
<print :baseData="fmlogItem" :tableData="tableData" type="mlogs12" @closePrint="printVisible=false"/> <print :baseData="fmlogItem" :tableData="tableData" type="1001" @closePrint="printVisible=false"/>
</el-dialog> </el-dialog>
</div> </div>
</el-drawer> </el-drawer>

View File

@ -411,7 +411,7 @@
</template> </template>
</el-dialog> </el-dialog>
<el-dialog v-model="printVisible" width="1200px"> <el-dialog v-model="printVisible" width="1200px">
<print :baseData="mlogItem" :tableData="tableData" :tableData2="tableData2" type="mlogs23" @closePrint="printVisible=false"/> <print :baseData="mlogItem" :tableData="tableData" :tableData2="tableData2" type="102" @closePrint="printVisible=false"/>
</el-dialog> </el-dialog>
</div> </div>
</el-drawer> </el-drawer>
@ -510,6 +510,7 @@ export default {
}; };
}, },
mounted() { mounted() {
console.log('this.mlogId',this.mlogId);
let that = this; let that = this;
this.paramsIn.mlog = this.mlogId; this.paramsIn.mlog = this.mlogId;
this.paramsOut.mlog = this.mlogId; this.paramsOut.mlog = this.mlogId;