|
@@ -52,7 +52,7 @@
|
|
|
<a-input id="allocateBillList-allocateNo" v-model.trim="queryParam.allocateNo" allowClear placeholder="请输入调拨单号"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
+ <!-- <a-col :md="4" :sm="24">
|
|
|
<a-form-item label="打印状态">
|
|
|
<v-select
|
|
|
v-model="queryParam.printState"
|
|
@@ -63,7 +63,7 @@
|
|
|
allowClear
|
|
|
></v-select>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
</template>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="allocateBillList-refresh">查询</a-button>
|