|
@@ -119,7 +119,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="packingFee"></input>
|
|
|
|
|
|
+ <input placeholder="请填写包装费" name="input" placeholder-style="font-size: 12px;" @input='someprice' v-model="packingFee"></input>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -216,7 +216,7 @@
|
|
unloadingFee: 0,
|
|
unloadingFee: 0,
|
|
packingMoney: 0,
|
|
packingMoney: 0,
|
|
packing: '散装',
|
|
packing: '散装',
|
|
- packingFee: 0,
|
|
|
|
|
|
+ packingFee: null,
|
|
// choice : false,
|
|
// choice : false,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -244,7 +244,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
- if( this.$store.state.choice != "" ){
|
|
|
|
|
|
+ if( this.$store.state.choice != "" && this.goods.customerTypeFlag){
|
|
if(this.goods.customerTypeFlag==1){
|
|
if(this.goods.customerTypeFlag==1){
|
|
this.goods.customerName = this.$store.state.choice
|
|
this.goods.customerName = this.$store.state.choice
|
|
}else if(this.goods.customerTypeFlag==2){
|
|
}else if(this.goods.customerTypeFlag==2){
|