| | |
| | | <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_MouldProdMoveBillEdit', |
| | | components: { Dept, Warehouse, RowSettings, GyEmployee,GySupplier,GyCustomer,GyMould,GyStockPlace }, |
| | | props: { |
| | | OperationType: { type: Number, }, |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | HModName: "Kf_SellOutBill", |
| | | HModName: "Sc_MouldProdMoveBillEdit", |
| | | formShow: false, |
| | | temp: undefined, |
| | | formLoading: true, |
| | |
| | | //表单初始化 |
| | | reset() { |
| | | this.form = { |
| | | // BillType: '1402', |
| | | HBillNo: '', |
| | | HInterID: 0, |
| | | HDate: new Date(), |
| | |
| | | HWHName:'', |
| | | HWHNumber:'', |
| | | HWHID:0, |
| | | HOrgID:sessionStorage["OrganizationID"] - 0, |
| | | HSecManagerName:'', |
| | | HSecManagerID:0, |
| | | HKeeperName:'', |
| | | HKeeperID:0, |
| | | HDeptName: '', |
| | | HDeptID: 0, |
| | | HStockStyle:'同组织调拨', |
| | | HOrgID:sessionStorage["OrganizationID"] - 0, |
| | | HSourceBillType:'', |
| | | XDH:'', |
| | | HExplanation:'', |