Commit ef1b0532 by lichengming

修改了委托单登记编辑页面样式

parent e5ecb0c4
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@on-result-change="_cusNameChange" name="client" placeholder="请输入或选择委托单位" @on-result-change="_cusNameChange" name="client" placeholder="请输入或选择委托单位"
></AutoComplete> ></AutoComplete>
</Form-item> </Form-item>
<Form-item label="委托日期" prop="entrustDate" class="width-48"> <Form-item label="委托日期" prop="entrustDate" class="width-48">
<Date-picker v-model="formObj.entrustDate" @on-change="_ctimeChange" type="date" split-panels style="width:100%;" <Date-picker v-model="formObj.entrustDate" @on-change="_ctimeChange" type="date" split-panels style="width:100%;"
placeholder="请选择委托日期" name="entrustDate"></Date-picker> placeholder="请选择委托日期" name="entrustDate"></Date-picker>
</Form-item> </Form-item>
...@@ -44,11 +44,11 @@ ...@@ -44,11 +44,11 @@
<Form-item @click.native="_selectPerson" label="制表人" prop="tabulater" class="width-48"> <Form-item @click.native="_selectPerson" label="制表人" prop="tabulater" class="width-48">
<Input v-model="formObj.tabulater" name="tabulater" placeholder="请输入名称"/> <Input v-model="formObj.tabulater" name="tabulater" placeholder="请输入名称"/>
</Form-item> </Form-item>
<Form-item label="制单日期" prop="tabulateDate" class="width-48"> <Form-item label="制单日期" prop="tabulateDate" class="width-48">
<Date-picker v-model="formObj.tabulateDate" @on-change="_tabulateChange" name="tabulateDate" type="date" split-panels style="width:100%;" <Date-picker v-model="formObj.tabulateDate" @on-change="_tabulateChange" name="tabulateDate" type="date" split-panels style="width:100%;"
placeholder="请选择委托日期"></Date-picker> placeholder="请选择委托日期"></Date-picker>
</Form-item> </Form-item>
<Form-item label="检验类别" prop="testType" class="width-48"> <Form-item label="检验类别" prop="testType" class="width-48">
<el-select v-model="formObj.testType" @change="typeChange" name="testType" placeholder="请选择" <el-select v-model="formObj.testType" @change="typeChange" name="testType" placeholder="请选择"
size="small" size="small"
style="width:100%" style="width:100%"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment