|
@@ -73,25 +73,25 @@
|
|
|
<ws-option v-for="item in modeList" :key="item.value" :label="item.value" :value="item.value"
|
|
|
style="color: #8890b1" />
|
|
|
</ws-select>
|
|
|
- <ws-select v-model="moneys" placeholder="费用分配金额" class="typeselect" >
|
|
|
+ <ws-select style="margin-left: 10px" v-model="moneys" placeholder="费用分配金额" class="typeselect" >
|
|
|
<ws-option v-for="item in moneysList" :key="item.value" :label="item.value" :value="item.value"
|
|
|
style="color: #8890b1" />
|
|
|
</ws-select>
|
|
|
- <div style='width:30%;' v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配" && deptBudgetList.storageFeeFlag==0)'>
|
|
|
+ <div style='width:30%;margin-left: 10px' v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配" && deptBudgetList.storageFeeFlag==0)'>
|
|
|
<el-date-picker v-model="value2" type="daterange" align="right" unlink-panels range-separator="至"
|
|
|
start-placeholder="开始日期" value-format='yyyy-MM-dd' end-placeholder="结束日期" :picker-options="pickerOptions"
|
|
|
@change="dateChange">
|
|
|
</el-date-picker>
|
|
|
</div>
|
|
|
<!-- && deptBudgetList.flag == "否" :disabled='disabled'-->
|
|
|
- <el-button type="primary" @click="queren" v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配" && deptBudgetList.storageFeeFlag==0)'>确认</el-button>
|
|
|
- <ws-select v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配"&& deptBudgetList.storageFeeFlag==0)' v-model="goodsSource" placeholder="全部客户"
|
|
|
+ <el-button style="margin-left: 10px" type="primary" @click="queren" v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配" && deptBudgetList.storageFeeFlag==0)'>确认</el-button>
|
|
|
+ <ws-select style="margin-left: 25px" v-if='(deptBudgetList.purpose == "库点费用" &&mode != "暂不分配"&& deptBudgetList.storageFeeFlag==0)' v-model="goodsSource" placeholder="全部客户"
|
|
|
@change='sourceChange'>
|
|
|
<ws-option key="全部客户" label="全部客户" value="全部客户" style="color: #8890b1" />
|
|
|
<ws-option v-for="item in customerList" :key="item.orderId" :label="item.goodsSource" :value="item.orderId"
|
|
|
style="color: #8890b1" />
|
|
|
</ws-select>
|
|
|
- <span style="margin-top:5px" v-if='mode!="暂不分配"'>合计分配:{{amount}}元</span>
|
|
|
+ <span style="margin-top:5px;margin-left: 10px" v-if='mode!="暂不分配"'>合计分配:{{amount}}元</span>
|
|
|
</div>
|
|
|
<el-table ref="tableref" v-if='deptBudgetList.expensesPurpose==1&&deptBudgetList.type=="非粮款"&&mode!="暂不分配"||deptBudgetList.expensesPurpose==3&&mode!="暂不分配"||deptBudgetList.expensesPurpose==2&&mode!="暂不分配"' :data="feeDetailsDistributions" style="width: 90%;margin:0 auto;">
|
|
|
<el-table-column width="200" v-if='deptBudgetList.expensesPurpose==1' prop="date" label="仓库名称" min-width="110">
|