其它出入库单据优化

This commit is contained in:
季圣华
2021-06-03 21:49:24 +08:00
parent 25b5680b80
commit c56ff45032

View File

@@ -137,7 +137,11 @@
{{model.number}}
</a-form-item>
</a-col>
<a-col :lg="6" :md="12" :sm="24"></a-col>
<a-col :lg="6" :md="12" :sm="24">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="关联单号">
{{model.linkNumber}} {{model.billType}}
</a-form-item>
</a-col>
</a-row>
<a-table
ref="table"
@@ -175,7 +179,11 @@
{{model.number}}
</a-form-item>
</a-col>
<a-col :lg="6" :md="12" :sm="24"></a-col>
<a-col :lg="6" :md="12" :sm="24">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="关联单号">
{{model.linkNumber}} {{model.billType}}
</a-form-item>
</a-col>
</a-row>
<a-table
ref="table"