|
@@ -49,10 +49,10 @@
|
|
|
<a-col :span="18">
|
|
|
<a-form-model layout="inline" :model="productForm" @keyup.enter.native="$refs.table.refresh(true)">
|
|
|
<a-form-model-item label="产品编码">
|
|
|
- <a-input v-model="productForm.productCode" placeholder="输入产品编码" />
|
|
|
+ <a-input v-model="productForm.productCode" allowClear placeholder="输入产品编码" />
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item label="产品名称">
|
|
|
- <a-input v-model="productForm.productName" placeholder="输入产品名称" />
|
|
|
+ <a-input v-model="productForm.productName" allowClear placeholder="输入产品名称" />
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item>
|
|
|
<a-button style="margin-bottom: 18px;" type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesReturn-refresh">查询</a-button>
|