| | |
| | | <el-dropdown-item |
| | | :command="item.command" |
| | | v-for="item in documentTagArr" |
| | | :disabled="item.disabled" |
| | | > |
| | | :disabled="item.disabled"> |
| | | {{ item.label }} |
| | | </el-dropdown-item> |
| | | </el-dropdown-menu> |
| | |
| | | <span slot="footer" class="dialog-footer"> </span> |
| | | </el-dialog> |
| | | <!-- 导出 --> |
| | | <el-dialog title="导出" :visible.sync="exportDialogVisible" width="30%"> |
| | | <el-dialog title="导出台账" :visible.sync="exportDialogVisible" width="20%"> |
| | | <div style="display: flex;justify-content: center"> |
| | | <el-form :model="dataForm" :inline="true" :rules="dataRule" ref="exportForm" class="l-mes"> |
| | | <el-form-item label="日期" prop="exportTime"> |
| | |
| | | ...mapGetters(['permissions']) |
| | | }, |
| | | watch: { |
| | | exportDialogVisible(newVal){ |
| | | if(!newVal){ |
| | | this.$refs['exportForm'].resetFields() |
| | | exportDialogVisible(newVal) { |
| | | if (!newVal) { |
| | | this.$refs.exportForm.resetFields() |
| | | } |
| | | }, |
| | | coState: { |
| | |
| | | // }) |
| | | // } |
| | | if (this.permissions.customerorder_submit_oa) { |
| | | // this.table.toolbar.push({ |
| | | // text: '提交审核', |
| | | // type: 'primary', |
| | | // fun: this.auditCustomerOrder, |
| | | // disabled: false, |
| | | // permitArr: [], |
| | | // loading: false |
| | | // }) |
| | | this.table.toolbar.push({ |
| | | text: '提交审核', |
| | | type: 'primary', |
| | | fun: this.auditCustomerOrder, |
| | | disabled: false, |
| | | permitArr: [], |
| | | loading: false |
| | | }) |
| | | } |
| | | if (this.permissions.customerorder_set_salesparts) { |
| | | this.table.toolbar.push({ |
| | |
| | | queryParam.push( |
| | | Object.assign({ |
| | | prop: 'coState', |
| | | searchInfoType: 'select', |
| | | searchInfoType: 'select' |
| | | // propVal: '01partUnCheck' |
| | | // propVal: '02technologyUnCheck' |
| | | }) |