Commit 2bdfc18c authored by 季圣华's avatar 季圣华
Browse files

修改财务单据的单据详情界面

parent aaf691f5
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<section ref="print" id="itemInPrint"> <section ref="print" id="itemInPrint">
<a-row class="form-row" :gutter="24"> <a-row class="form-row" :gutter="24">
<a-col :span="6"> <a-col :span="6">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="客户"> <a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="往来单位">
<a-input v-decorator="['id']" hidden/> <a-input v-decorator="['id']" hidden/>
{{model.organName}} {{model.organName}}
</a-form-item> </a-form-item>
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<section ref="print" id="itemOutPrint"> <section ref="print" id="itemOutPrint">
<a-row class="form-row" :gutter="24"> <a-row class="form-row" :gutter="24">
<a-col :span="6"> <a-col :span="6">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="供应商"> <a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="往来单位">
<a-input v-decorator="['id']" hidden/> <a-input v-decorator="['id']" hidden/>
{{model.organName}} {{model.organName}}
</a-form-item> </a-form-item>
......
Supports Markdown
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