| | |
| | | import isEqual from 'lodash/isEqual' |
| | | import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox' |
| | | import { cloneDeep } from 'lodash' |
| | | // 引入公共选项配置 |
| | | import { |
| | | BOOLEAN_OPTIONS_AddEdit |
| | | } from '@/utils/commonOptionConstants'; |
| | | |
| | | export const useCallMaterialOrderRecordDrawer = (props: any, ctx?: any) => { |
| | | const callMaterialOrderRecordDrawer = injectModel<CallMaterialOrderRecordDrawer>('callMaterialOrderRecordDrawer') |
| | |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请输入原料型号', |
| | | }, |
| | | { |
| | | label: '原料批次', |
| | | prop: 'materialBatch', |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请输入原料批次', |
| | | }, |
| | | { |
| | | label: '叫料状态', |
| | |
| | | const data = { |
| | | dataIdentifier: formData.value.dataIdentifier, |
| | | materialMode: formData.value.materialMode, |
| | | materialBatch: formData.value.materialBatch, |
| | | callMaterialStatus: formData.value.callMaterialStatus, |
| | | quantity: formData.value.quantity, |
| | | wmsRetResult: formData.value.wmsRetResult, |
| | |
| | | formData.value = { |
| | | dataIdentifier: res.dataIdentifier, |
| | | materialMode: res.materialMode, |
| | | materialBatch: res.materialBatch, |
| | | callMaterialStatus: res.callMaterialStatus, |
| | | quantity: res.quantity, |
| | | wmsRetResult: res.wmsRetResult, |