Compare commits

...

2 Commits

Author SHA1 Message Date
zoujiandong
2fe48ab6d4 Merge branch 'dev' 2025-12-23 13:04:21 +08:00
zoujiandong
6f5d044fd1 12.23 2025-12-23 13:03:42 +08:00

View File

@ -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' }"