| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="捐献者" align="center" prop="donorname" width="120px" /> |
| | | <el-table-column label="捐献编号" align="center" prop="donorno" /> |
| | | <!--<el-table-column label="财务审核" align="center" prop="financechecher" width="140" />--> |
| | | <!--<el-table-column label="捐献编号" align="center" prop="donorno" /> |
| | | <el-table-column label="财务审核" align="center" prop="financechecher" width="140" />--> |
| | | <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="160px"> |
| | | <template slot-scope="scope"> |
| | | <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0" |
| | |
| | | <el-input v-model="scope.row.taxedamount" placeholder="税后金额" /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <!-- |
| | | <el-table-column prop="unitno" align="center" label="工作单位" width="180"> |
| | | <template slot-scope="scope"> |
| | | <org-selecter :ref="'unitSel' + scope.$index" :org-type="'3'" v-model="scope.row.unitno" /> |
| | | </template> |
| | | </el-table-column> |
| | | --> |
| | | <el-table-column prop="unitname" align="center" label="工作单位" width="180"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.unitname" placeholder="工作单位" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="idcardno" align="center" label="身份证号" width="200"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.idcardno" placeholder="身份证号" /> |