|
@@ -3,7 +3,7 @@
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="130px">
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="130px">
|
|
|
<headerTitle title="基本信息"></headerTitle>
|
|
<headerTitle title="基本信息"></headerTitle>
|
|
|
<el-row :gutter="12">
|
|
<el-row :gutter="12">
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="应收日期"
|
|
label="应收日期"
|
|
|
prop="receivableDate"
|
|
prop="receivableDate"
|
|
@@ -18,7 +18,7 @@
|
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="应收金额"
|
|
label="应收金额"
|
|
|
prop="receivableTotalPrice"
|
|
prop="receivableTotalPrice"
|
|
@@ -34,9 +34,7 @@
|
|
|
></el-input-number>
|
|
></el-input-number>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
|
|
- <el-row :gutter="12">
|
|
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="会计科目"
|
|
label="会计科目"
|
|
|
prop="accountingSubjectId"
|
|
prop="accountingSubjectId"
|
|
@@ -56,7 +54,9 @@
|
|
|
/>
|
|
/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ </el-row>
|
|
|
|
|
+ <el-row :gutter="12">
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="发票编码"
|
|
label="发票编码"
|
|
|
prop="invoiceCode"
|
|
prop="invoiceCode"
|
|
@@ -65,9 +65,7 @@
|
|
|
<el-input disabled v-model="form.invoiceCode"></el-input>
|
|
<el-input disabled v-model="form.invoiceCode"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
|
|
- <el-row :gutter="12">
|
|
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="来源类型"
|
|
label="来源类型"
|
|
|
prop="sourceType"
|
|
prop="sourceType"
|
|
@@ -79,7 +77,7 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="来源编码"
|
|
label="来源编码"
|
|
|
prop="sourceCode"
|
|
prop="sourceCode"
|
|
@@ -91,7 +89,7 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row :gutter="12">
|
|
<el-row :gutter="12">
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="公司名称"
|
|
label="公司名称"
|
|
|
prop="contactName"
|
|
prop="contactName"
|
|
@@ -100,7 +98,7 @@
|
|
|
<el-input disabled v-model="form.contactName"></el-input>
|
|
<el-input disabled v-model="form.contactName"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="附件">
|
|
<el-form-item label="附件">
|
|
|
<fileMain v-model="form.files"></fileMain>
|
|
<fileMain v-model="form.files"></fileMain>
|
|
|
</el-form-item>
|
|
</el-form-item>
|