|  |  |  | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col | 
|---|
|  |  |  | <!-- <el-col | 
|---|
|  |  |  | :span="3" | 
|---|
|  |  |  | v-if=" | 
|---|
|  |  |  | userprofile.nickName == '陈慕华' && | 
|---|
|  |  |  | 
|---|
|  |  |  | >计算个税</el-button | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-col> --> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row> | 
|---|
|  |  |  | <el-table | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-col :span="12" v-if="businessType == 1"> | 
|---|
|  |  |  | <el-form-item label="算税状态" prop="infoid"> | 
|---|
|  |  |  | <el-radio-group v-model="form.istax" align="left"> | 
|---|
|  |  |  | <el-radio :label="1">审核中</el-radio> | 
|---|
|  |  |  | <el-radio :label="-1">审核中</el-radio> | 
|---|
|  |  |  | <el-radio :label="0">允许算税</el-radio> | 
|---|
|  |  |  | <el-radio :label="2">已算税</el-radio> | 
|---|
|  |  |  | <el-radio :label="1">已算税</el-radio> | 
|---|
|  |  |  | </el-radio-group> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | 
|---|
|  |  |  | sessionStorage.setItem("apiform", JSON.stringify(this.form)); | 
|---|
|  |  |  | addorupdateFund(this.form) | 
|---|
|  |  |  | .then(response => { | 
|---|
|  |  |  | if (response.code === 200) { | 
|---|
|  |  |  | if (response.code == 200) { | 
|---|
|  |  |  | if (this.form.id) { | 
|---|
|  |  |  | this.$modal.msgSuccess("申请单修改成功!"); | 
|---|
|  |  |  | this.$router.go(-1); | 
|---|