|
@@ -74,6 +74,11 @@
|
|
|
<a-input placeholder="请输入小po" v-model="queryParam.smallPo"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="5" :sm="8">
|
|
|
+ <a-form-item label="订单号">
|
|
|
+ <a-input placeholder="请输入订单号" v-model="queryParam.orderNumber"></a-input>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
|
|
|
<a-col :md="5" :sm="8">
|
|
|
<a-form-model-item label="是否被参照">
|