| | |
| | | <el-input v-model="dataForm.specs" placeholder="规格型号"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="检验员" prop="examiner"> |
| | | <!-- <el-col :span="12"> --> |
| | | <!-- <el-form-item label="检验员" prop="examiner"> |
| | | <el-select |
| | | v-model="dataForm.examiner" |
| | | placeholder="请选择" |
| | |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | <!-- <el-form-item label="检验规则" prop="testRuleId"> |
| | | <el-select |
| | | v-model="dataForm.testRuleId" |
| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> --> |
| | | </el-col> |
| | | <!-- </el-col> --> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="图号" prop="drawingNumber"> |
| | | <el-input |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> --> |
| | | </el-row> |
| | | <el-row> |
| | | <!-- </el-row> |
| | | <el-row> --> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="电压等级" prop="voltageLevel"> |
| | | <el-input |
| | |
| | | placeholder="电压等级" |
| | | ></el-input> </el-form-item |
| | | ></el-col> --> |
| | | </el-row> |
| | | <el-row> |
| | | <!-- </el-row> |
| | | <el-row> --> |
| | | <el-col :span="12" |
| | | ><el-form-item label="重量" prop="weight"> |
| | | <el-input v-model="dataForm.weight" placeholder="重量"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="版本号" prop="engChgLevel"> |
| | | <el-input |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="零件属性" prop="materialAttribute"> |
| | | <el-select v-model="dataForm.materialAttribute" style="width: 100%"> |
| | | <el-option |
| | | v-for="(item, index) in materialAttributeOptions" |
| | | :key="index" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="IFS启用批次管理" prop="lotTrackingIfs"> |
| | | <el-select |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> --> |
| | | </el-row> |
| | | <!-- </el-row> --> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <!-- <el-row> --> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="零件属性" prop="materialAttribute"> |
| | | <el-select v-model="dataForm.materialAttribute" style="width: 100%"> |
| | | <el-option |
| | | v-for="(item, index) in materialAttributeOptions" |
| | | :key="index" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="备注" prop="description"> |
| | | <el-input |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="订单号:"> |
| | | <el-input @blur="selectInfoByOrderId" :disabled="processInspectVo.id != null" |
| | | v-model="processInspectVo.orderNumber" placeholder="请输入订单号" autocomplete="off" /> |
| | | v-model="processInspectVo.orderNumber" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="报工单号:"> |
| | | <el-input disabled v-model="processInspectVo.productNo" |
| | | placeholder="请输入报工单号:" autocomplete="off" /> |
| | | <el-input disabled v-model="processInspectVo.productNo" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="客户名称:"> |
| | | <el-input disabled v-model="processInspectVo.prname" |
| | | placeholder="请输入客户名称" autocomplete="off" /> |
| | | <el-input disabled v-model="processInspectVo.prname" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="工程名称:"> |
| | | <el-input disabled v-model="processInspectVo.sname" |
| | | placeholder="请输入工程名称" autocomplete="off" /> |
| | | <el-input disabled v-model="processInspectVo.sname" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="产品编码:"> |
| | | <el-input disabled v-model="processInspectVo.mcode" |
| | | placeholder="请输入产品编码" autocomplete="off" /> |
| | | <el-form-item label="产品编号:"> |
| | | <el-input disabled v-model="processInspectVo.mcode" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="规格型号:"> |
| | | <el-input disabled v-model="processInspectVo.specificationsModel" |
| | | placeholder="请输入规格型号" autocomplete="off" /> |
| | | <el-input disabled v-model="processInspectVo.specificationsModel" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | { |
| | | minWidth: '120', |
| | | prop: 'materialCode', |
| | | label: '产品编码', |
| | | label: '产品编号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'materialCode', |
| | | label: '产品编号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'material', |
| | | label: '产品名称', |
| | | isTrue: true, |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="产品编码:"> |
| | | <el-input disabled v-model="processInspectVo.materialCode" placeholder="请输入产品编码" |
| | | <el-form-item label="产品编号:"> |
| | | <el-input disabled v-model="processInspectVo.materialCode" placeholder="请输入产品编号" |
| | | autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="规格型号:"> |
| | | <el-input disabled v-model="processInspectVo.specs" placeholder="请输入规格型号" |
| | | <el-input disabled v-model="processInspectVo.specs" |
| | | autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | ref="warehouseStockTable" |
| | | > |
| | | <template #toolbar> |
| | | <el-button |
| | | <!-- <el-button |
| | | v-if="permissions.warehouse_stock_scm" |
| | | @click="pushScm()" |
| | | type="primary" |
| | | style="margin-left:10px;" |
| | | >成品推送SCM |
| | | </el-button> |
| | | </el-button> --> |
| | | </template> |
| | | </ttable> |
| | | <!-- 创建主生产计划 --> |
| | |
| | | multipleSelection: [], |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: true, |
| | | isShow: false, |
| | | url: '/mes/stock/upload' |
| | | }, |
| | | prelang: 'operation', |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | /* { |
| | | width: '100', |
| | | minWidth: '100', |
| | | prop: 'partBatchNo', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }, */ |
| | | { |
| | | width: '100', |
| | | minWidth: '100', |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | /* { |
| | | width: '100', |
| | | minWidth: '100', |
| | | prop: 'reserveQuantity', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }, */ |
| | | { |
| | | width: '100', |
| | | minWidth: '120', |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | /* { |
| | | width: '100', |
| | | minWidth: '120', |
| | | prop: 'sstockQuantity', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | }, */ |
| | | /* { |
| | | minWidth: '100', |
| | | prop: 'status', |
| | | label: '状态', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }, */ |
| | | { |
| | | minWidth: '100', |
| | | prop: 'ifsBatchNo', |
| | |
| | | } |
| | | ], |
| | | toolbar: [ |
| | | { |
| | | /* { |
| | | text: '移库', |
| | | type: 'primary', |
| | | fun: this.moveStock |
| | |
| | | text: '成品标签2', |
| | | type: 'primary', |
| | | fun: this.warehousingSmalllPrint |
| | | } |
| | | } */ |
| | | ] |
| | | }, |
| | | addOrUpdateVisible: false, |