|
@@ -6,7 +6,7 @@
|
|
<view class="c-row b-b">
|
|
<view class="c-row b-b">
|
|
<view class="title">卖方</view>
|
|
<view class="title">卖方</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <view v-if='goods.customerTypeFlag==2' class="title" @click="liang">{{purchaseOrder.compName?purchaseOrder.compName:goods.compName}}></view>
|
|
|
|
|
|
+ <view v-if='goods.customerTypeFlag==2' class="title" @click="liang">{{purchaseOrder.compName?purchaseOrder.compName:goods.compName}} ></view>
|
|
<view v-else class="title" @click="liang">{{purchaseOrder.customer?purchaseOrder.customer:goods.customerName}}></view>
|
|
<view v-else class="title" @click="liang">{{purchaseOrder.customer?purchaseOrder.customer:goods.customerName}}></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -66,7 +66,7 @@
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<picker @change="invoiceChange" :value="invoiceIndex" :range="invoiceType">
|
|
<picker @change="invoiceChange" :value="invoiceIndex" :range="invoiceType">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- {{packingIndex>-1?invoiceType[packingIndex]:'请选择'}}
|
|
|
|
|
|
+ {{invoiceIndex>-1?invoiceType[invoiceIndex]:'请选择'}}
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
@@ -87,7 +87,7 @@
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if='packingIndex==0' class="beizhu align-start">
|
|
|
|
|
|
+ <view v-if='packingIndex!=0' class=" beizhu align-start">
|
|
<view class="title">袋装备注</view>
|
|
<view class="title">袋装备注</view>
|
|
<view >
|
|
<view >
|
|
<textarea maxlength="-1" v-model='purchaseOrder.baggingNotes' placeholder="请填写包装规格、质量、包装物要求。例:50kg袋装、大粒、彩包" placeholder-style="font-size: 12px;" class="textareas"></textarea>
|
|
<textarea maxlength="-1" v-model='purchaseOrder.baggingNotes' placeholder="请填写包装规格、质量、包装物要求。例:50kg袋装、大粒、彩包" placeholder-style="font-size: 12px;" class="textareas"></textarea>
|
|
@@ -96,7 +96,7 @@
|
|
<view v-if="purchaseOrder.procurementPlanType=='期货'" class="c-row b-b align-start">
|
|
<view v-if="purchaseOrder.procurementPlanType=='期货'" class="c-row b-b align-start">
|
|
<view class="title">点价(元/吨)</view>
|
|
<view class="title">点价(元/吨)</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <input placeholder="请填写点价" name="input" @input='someprice' v-model="purchaseOrder.pointPrice"></input>
|
|
|
|
|
|
+ <input placeholder="请填写点价" name="input" placeholder-style="font-size: 12px;" @input='someprice' v-model="purchaseOrder.pointPrice"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view v-if="purchaseOrder.procurementPlanType=='期货'" class="c-row b-b align-start">
|
|
<view v-if="purchaseOrder.procurementPlanType=='期货'" class="c-row b-b align-start">
|
|
@@ -111,12 +111,10 @@
|
|
<input placeholder="请填写包装费" name="input" @input='someprice' v-model="purchaseOrder.packingFee"></input>
|
|
<input placeholder="请填写包装费" name="input" @input='someprice' v-model="purchaseOrder.packingFee"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="purchaseOrder.procurementPlanType=='期货'" class=" align-start ">
|
|
|
|
|
|
+ <view v-if="purchaseOrder.procurementPlanType=='期货'" class=" align-start ">
|
|
<view class="titles">结算价格</view>
|
|
<view class="titles">结算价格</view>
|
|
<text class="textA">结算价格=点价+基差+发票费用+包装费</text>
|
|
<text class="textA">结算价格=点价+基差+发票费用+包装费</text>
|
|
- <view class="con-list">
|
|
|
|
- <text >{{purchaseOrder.settlementPrice}}</text>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <text style="font-size: 18px;color: #FD714F;margin-left: 120rpx;">¥{{purchaseOrder.settlementPrice}}</text>
|
|
<!-- <input placeholder="请填写 例:袋装XX斤/散装" name="input" @input='packingInput' v-model="purchaseOrder.settlementPrice"></input> -->
|
|
<!-- <input placeholder="请填写 例:袋装XX斤/散装" name="input" @input='packingInput' v-model="purchaseOrder.settlementPrice"></input> -->
|
|
</view>
|
|
</view>
|
|
<!-- <view style='background:#fff;'>
|
|
<!-- <view style='background:#fff;'>
|
|
@@ -476,7 +474,7 @@
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
.beizhu{
|
|
.beizhu{
|
|
- margin-left: 20px;
|
|
|
|
|
|
+ margin-left: 15px;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
/* margin: 10px; */
|
|
/* margin: 10px; */
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|