|
@@ -194,7 +194,8 @@
|
|
|
</a-col> -->
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="税率%" prop="taxrate" >
|
|
|
- <a-input placeholder="请输入" v-model="detailsPlanNum.taxrate" @blur="changeTaxrate" class="taxrate"/>
|
|
|
+ <a-input placeholder="请输入" v-model="detailsPlanNum.taxrate" @blur="changeTaxrate" class="taxrate" v-show='showSelect==0'/>
|
|
|
+ <span v-show='showSelect==1'>{{ detailsPlanNum.taxrate }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -232,7 +233,8 @@
|
|
|
</a-col> -->
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="备注" prop="UsdfabriccostNotincludestax" >
|
|
|
- <a-input style="width:100%" type="text" v-model="detailsPlanNum.memo" @blur="changeContainerNumber" />
|
|
|
+ <a-input style="width:100%" type="text" v-model="detailsPlanNum.memo" @blur="changeContainerNumber" v-show='showSelect==0'/>
|
|
|
+ <span v-show='showSelect==1'>{{ detailsPlanNum.memo }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="8" class="noprint">
|