This commit is contained in:
linfso 2024-12-24 15:52:04 +08:00
parent 96a5b22534
commit 252a2fc5a2

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container" >
<el-form ref="form" size="mini" :model="form" :rules="rules" :disabled="this.form.lockFlag=='T'" label-width="90px">
<el-form ref="form" size="mini" :model="form" :rules="rules" label-width="90px">
<el-row v-if="this.billCode" :gutter="0" style="display: flex;flex-wrap: wrap; border-bottom: 1px dotted #e7e7e7;" >
<!-- 运单录入 -->