|
@@ -22,14 +22,14 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row" v-if="detailData.purpose == '库点费用'&&reType == 2">
|
|
|
|
|
|
+ <!-- <view class="c-row" v-if="detailData.purpose == '库点费用'&&reType == 2">
|
|
<view class="title">仓储费</view>
|
|
<view class="title">仓储费</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<view @click='show3=true'>{{detailData.flag}}
|
|
<view @click='show3=true'>{{detailData.flag}}
|
|
<u-icon name="arrow-right" color=""></u-icon>
|
|
<u-icon name="arrow-right" color=""></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<u-picker :range="typeList1" range-key="value" @confirm='typeCheck1($event)' v-model="show3"
|
|
<u-picker :range="typeList1" range-key="value" @confirm='typeCheck1($event)' v-model="show3"
|
|
mode="selector">
|
|
mode="selector">
|
|
</u-picker>
|
|
</u-picker>
|
|
@@ -159,7 +159,7 @@
|
|
show2: false,
|
|
show2: false,
|
|
showWare: false,
|
|
showWare: false,
|
|
detailData: {
|
|
detailData: {
|
|
- flag: '否',
|
|
|
|
|
|
+ // flag: '否',
|
|
purpose: '库点费用',
|
|
purpose: '库点费用',
|
|
remark: "",
|
|
remark: "",
|
|
wareExpenseType: '杂费',
|
|
wareExpenseType: '杂费',
|
|
@@ -173,6 +173,7 @@
|
|
identification: '1',
|
|
identification: '1',
|
|
costType: '3',
|
|
costType: '3',
|
|
agent: '',
|
|
agent: '',
|
|
|
|
+ storageFeeFlag:'',
|
|
totalDistribution: '0',
|
|
totalDistribution: '0',
|
|
},
|
|
},
|
|
fileList1: [],
|
|
fileList1: [],
|
|
@@ -226,6 +227,9 @@
|
|
{
|
|
{
|
|
value: "加油费"
|
|
value: "加油费"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ value: "仓储费"
|
|
|
|
+ },
|
|
],
|
|
],
|
|
namelist: [{
|
|
namelist: [{
|
|
name: "黑龙江中天昊元贸易有限公司"
|
|
name: "黑龙江中天昊元贸易有限公司"
|
|
@@ -531,12 +535,15 @@
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
that.detailData.compId = uni.getStorageSync('pcUserInfo').compId
|
|
that.detailData.compId = uni.getStorageSync('pcUserInfo').compId
|
|
that.detailData.agent = uni.getStorageSync('userInfo').userName
|
|
that.detailData.agent = uni.getStorageSync('userInfo').userName
|
|
- that.detailData.identification = that.detailData.identification
|
|
|
|
- that.detailData.paymentIdentifi = that.detailData.paymentIdentifi
|
|
|
|
- that.detailData.costType = that.detailData.costType
|
|
|
|
|
|
+ // that.detailData.identification = that.detailData.identification
|
|
|
|
+ // that.detailData.paymentIdentifi = that.detailData.paymentIdentifi
|
|
|
|
+ // that.detailData.costType = that.detailData.costType
|
|
that.detailData.expensesType = that.reType
|
|
that.detailData.expensesType = that.reType
|
|
that.detailData.fieldName = uni.getStorageSync('userInfo').userName
|
|
that.detailData.fieldName = uni.getStorageSync('userInfo').userName
|
|
- that.detailData.totalDistribution = that.detailData.totalDistribution
|
|
|
|
|
|
+ // that.detailData.totalDistribution = that.detailData.totalDistribution
|
|
|
|
+ if(that.detailData.wareExpenseType == '仓储费'){
|
|
|
|
+ that.detailData.storageFeeFlag = 1
|
|
|
|
+ }
|
|
if (that.imglist.length > 0) {
|
|
if (that.imglist.length > 0) {
|
|
that.detailData.addressUrl = that.imglist.toString()
|
|
that.detailData.addressUrl = that.imglist.toString()
|
|
}
|
|
}
|