|
@@ -16,6 +16,8 @@
|
|
<el-form-item label-width='100px' label="用途" span="1" prop="purpose" class="readonly">
|
|
<el-form-item label-width='100px' label="用途" span="1" prop="purpose" class="readonly">
|
|
<ws-select v-model="deptBudgetList.purpose" placeholder="" class="typeselect" >
|
|
<ws-select v-model="deptBudgetList.purpose" placeholder="" class="typeselect" >
|
|
<ws-option label="合同费用" value="合同费用"
|
|
<ws-option label="合同费用" value="合同费用"
|
|
|
|
+ style="color: #8890b1" />
|
|
|
|
+ <ws-option label="运费" value="运费"
|
|
style="color: #8890b1" />
|
|
style="color: #8890b1" />
|
|
<ws-option label="库点费用" value="库点费用"
|
|
<ws-option label="库点费用" value="库点费用"
|
|
style="color: #8890b1" />
|
|
style="color: #8890b1" />
|
|
@@ -338,6 +340,9 @@
|
|
}else if(this.deptBudgetList.purpose=='库点费用'){
|
|
}else if(this.deptBudgetList.purpose=='库点费用'){
|
|
this.deptBudgetList.expensesPurpose=3
|
|
this.deptBudgetList.expensesPurpose=3
|
|
// this.deptBudgetList.costNo='KDF'+this.getdate()+this.MathRand()
|
|
// this.deptBudgetList.costNo='KDF'+this.getdate()+this.MathRand()
|
|
|
|
+ }else if(this.deptBudgetList.purpose=='运费'){
|
|
|
|
+ this.deptBudgetList.expensesPurpose=2
|
|
|
|
+ // this.deptBudgetList.costNo='KDF'+this.getdate()+this.MathRand()
|
|
}else if(this.deptBudgetList.purpose=='经营性费用'){
|
|
}else if(this.deptBudgetList.purpose=='经营性费用'){
|
|
this.deptBudgetList.expensesPurpose=5
|
|
this.deptBudgetList.expensesPurpose=5
|
|
// this.deptBudgetList.costNo='JYF'+this.getdate()+this.MathRand()
|
|
// this.deptBudgetList.costNo='JYF'+this.getdate()+this.MathRand()
|