Browse Source

完善合格证管理

master
yunuo970428 3 years ago
parent
commit
870e3f5f1c
  1. 12
      anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhangAdd.vue

12
anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhangAdd.vue

@ -142,7 +142,7 @@
<el-col :span="12">
<el-form-item>
<span slot="label">车架号</span>
<el-input v-model="temp.vinNo" placeholder="" clearable class="addinputw"/>
<el-input v-model="temp.vinNo" placeholder="" maxlength="17" clearable class="addinputw"/>
</el-form-item>
</el-col>
</el-row>
@ -320,7 +320,7 @@
</el-row>
</el-form>
</div>
<el-dialog :visible.sync="dialogVisible" width="50%">
<el-dialog center :visible.sync="dialogVisible" width="50%" :close-on-click-modal="false">
<el-form class="formadd">
<el-row style="border-top: 1px solid #E0E3EB">
<el-col :span="3" class="tleftb">
@ -332,8 +332,8 @@
</el-row>
</el-form>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="handleCreate"> </el-button>
<el-button @click="handleReturn"> </el-button>
<el-button type="primary" size="small" @click="handleCreate"> </el-button>
<el-button size="small" @click="handleQuXiao"> </el-button>
</span>
</el-dialog>
</div>
@ -764,6 +764,10 @@ export default {
}
})
},
handleQuXiao() {
this.smRemarks = ''
this.dialogVisible = false
},
//
handleUpdate(row) {
// this.resetTemp()

Loading…
Cancel
Save