|
@@ -22,7 +22,14 @@
|
|
|
v-text="planNO"
|
|
|
enter-button
|
|
|
@search="onSearch($event,'0')"
|
|
|
- v-show='showSelect==1'
|
|
|
+ v-show='showSelect==1&&!isView'
|
|
|
+ />
|
|
|
+ <a-input-search
|
|
|
+ placeholder="请输入计划单号"
|
|
|
+ v-text="planNO"
|
|
|
+ enter-button
|
|
|
+ @search="onSearch($event,'0')"
|
|
|
+ v-show='showSelect==0&&isView'
|
|
|
/>
|
|
|
<a-button type="primary" :disabled="edit == '0'" @click="onSearch(planNO,'1')" class="noprint" v-if="!isView">更新</a-button>
|
|
|
</a-form-model-item>
|