|
@@ -45,6 +45,15 @@
|
|
|
</template>
|
|
</template>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item v-if="selectedGoods?.trademode === 53" class="el-form-item--row" prop="AddrInfo" :label="t('performance.address')">
|
|
|
|
|
+ <div class="el-form-item--col">
|
|
|
|
|
+ <el-input type="textarea" :placeholder="t('performance.pleaseentertheaddress')"
|
|
|
|
|
+ :rows="3" v-model="formData.AddrInfo" />
|
|
|
|
|
+ <el-icon :size="20" style="cursor: pointer;" @click="showAddress = true" >
|
|
|
|
|
+ <CirclePlusFilled />
|
|
|
|
|
+ </el-icon>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-form-item>
|
|
|
<!-- <el-form-item prop="MarketMaxSub" :label="t('quote.pricing.marketmaxsub1')" v-if="formData.PriceMode === PriceMode.Market">
|
|
<!-- <el-form-item prop="MarketMaxSub" :label="t('quote.pricing.marketmaxsub1')" v-if="formData.PriceMode === PriceMode.Market">
|
|
|
<el-input-number ref="priceRef" :placeholder="t('common.pleaseenter')" :min="0" :max="999" v-model="formData.MarketMaxSub"
|
|
<el-input-number ref="priceRef" :placeholder="t('common.pleaseenter')" :min="0" :max="999" v-model="formData.MarketMaxSub"
|
|
|
@keyup.enter="submitFocus" />
|
|
@keyup.enter="submitFocus" />
|