| | |
| | | <el-button type="primary" @click="close">退 出</el-button> |
| | | <!-- <el-button @click="cancel">取 消</el-button> --> |
| | | </div> |
| | | <div style="margin: 10px; font-size: 28px; font-weight: bold; text-align: center;">器具领用出库单</div> |
| | | <div style="margin: 10px; font-size: 28px; font-weight: bold; text-align: center;">器具领用退库单</div> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="90px"> |
| | | <el-tabs v-model="activeName" type="card"> |
| | | <el-tab-pane label="基本信息" name="first"> |
| | |
| | | import moment from 'moment'; |
| | | |
| | | export default { |
| | | name: 'SellOutBillEdit', |
| | | name: 'Sc_MouldProdBackBillEdit', |
| | | components: { Dept, Warehouse, RowSettings, GyEmployee,GySupplier,GyCustomer,GyMould,GyStockPlace }, |
| | | props: { |
| | | OperationType: { type: Number, }, |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | HModName: "Kf_SellOutBill", |
| | | HModName: "Sc_MouldProdBackBillEdit", |
| | | formShow: false, |
| | | temp: undefined, |
| | | formLoading: true, |
| | |
| | | //表单初始化 |
| | | reset() { |
| | | this.form = { |
| | | // BillType: '1402', |
| | | HBillNo: '', |
| | | HInterID: 0, |
| | | HDate: new Date(), |