| | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="隐藏列设置" :visible.sync="openRowHide" width="816px" append-to-body> |
| | | <RowSettings :colName="btResList" HModName="Kf_ProductInBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" /> |
| | | <RowSettings :colName="btResList" HModName="Kf_OtherOutBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | import Material from '@/views/component/material' |
| | | |
| | | export default { |
| | | name: 'ProductInBill', |
| | | name: 'OtherOutBillEdit', |
| | | components: { Dept, Warehouse, Material, RowSettings }, |
| | | props: { |
| | | OperationType: { type: Number, }, |