给收付款单增加销售采购单号的查询功能
This commit is contained in:
parent
c0a3a6a0ec
commit
dffa557dbc
@ -85,6 +85,11 @@
|
||||
<a-input placeholder="请输入单据备注" v-model="queryParam.remark"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="销售单号" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入销售单号(精确查询)" v-model="queryParam.number"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</template>
|
||||
</a-row>
|
||||
</a-form>
|
||||
@ -179,6 +184,7 @@
|
||||
accountId: "",
|
||||
status: "",
|
||||
remark: "",
|
||||
number: "",
|
||||
roleType: Vue.ls.get('roleType')
|
||||
},
|
||||
// 表头
|
||||
|
||||
@ -85,6 +85,11 @@
|
||||
<a-input placeholder="请输入单据备注" v-model="queryParam.remark"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="采购单号" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入采购单号(精确查询)" v-model="queryParam.number"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</template>
|
||||
</a-row>
|
||||
</a-form>
|
||||
@ -179,6 +184,7 @@
|
||||
accountId: "",
|
||||
status: "",
|
||||
remark: "",
|
||||
number: "",
|
||||
roleType: Vue.ls.get('roleType')
|
||||
},
|
||||
// 表头
|
||||
|
||||
Loading…
Reference in New Issue
Block a user