Compare commits
2 Commits
43581e1358
...
2fe48ab6d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fe48ab6d4 | ||
|
|
6f5d044fd1 |
@ -69,14 +69,14 @@
|
|||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<a-form-item field="order_product_no" label="订单编号">
|
<!-- <a-form-item field="order_product_no" label="处方编号">
|
||||||
<a-input
|
<a-input
|
||||||
:style="{ width: '182px' }"
|
:style="{ width: '182px' }"
|
||||||
v-model="queryForm.order_product_no"
|
v-model="queryForm.prescription_code"
|
||||||
placeholder="请输入订单编号"
|
placeholder="请输入处方编号"
|
||||||
@press-enter="handleQuery"
|
@press-enter="handleQuery"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item> -->
|
||||||
<a-form-item field="escrow_trade_no" label="支付流水号">
|
<a-form-item field="escrow_trade_no" label="支付流水号">
|
||||||
<a-input
|
<a-input
|
||||||
:style="{ width: '168px' }"
|
:style="{ width: '168px' }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user