| | |
| | | ><el-col :span="2" class="batch-product-out-form-header-col" |
| | | ><span>零件名称</span></el-col |
| | | > |
| | | <el-col :span="4" class="batch-product-out-form-header-col" |
| | | <!-- <el-col :span="4" class="batch-product-out-form-header-col" |
| | | ><span>序列号</span></el-col |
| | | > |
| | | > --> |
| | | <!-- <el-col :span="2" class="batch-product-out-form-header-col" |
| | | ><span>载具编号</span></el-col |
| | | > |
| | |
| | | <el-col :span="1" class="batch-product-out-form-header-col" |
| | | ><span>单位</span></el-col |
| | | > |
| | | <el-col :span="2" class="batch-product-out-form-header-col" |
| | | <!-- <el-col :span="2" class="batch-product-out-form-header-col" |
| | | ><span>WDR号</span></el-col |
| | | > |
| | | > --> |
| | | <!-- <el-col :span="1" class="batch-product-out-form-header-col" |
| | | ><span>分段描述</span></el-col |
| | | > --> |
| | |
| | | <span class="inline-el-hidden">{{ item.partName }}</span> |
| | | </el-tooltip> |
| | | </el-col> |
| | | <el-col :span="4" class="batch-product-out-form-body-col l-mes"> |
| | | <!-- <el-col :span="4" class="batch-product-out-form-body-col l-mes"> --> |
| | | <!-- <span>{{ item.outBatchNo }}</span> --> |
| | | <el-input v-model="item.outBatchNo"> |
| | | <!-- <el-input v-model="item.outBatchNo"> |
| | | </el-input> |
| | | </el-col> |
| | | </el-col> --> |
| | | <!-- <el-col :span="2" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.reelNumber"></el-input> |
| | | </el-col> |
| | |
| | | <el-col :span="1" class="batch-product-out-form-body-col"> |
| | | <span>{{ item.unit }}</span> |
| | | </el-col> |
| | | <el-col :span="2" class="batch-product-out-form-body-col l-mes"> |
| | | <!-- <el-col :span="2" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.wdr"></el-input> |
| | | </el-col> |
| | | </el-col> --> |
| | | <!-- <el-col :span="1" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.segmentDesc"></el-input> |
| | | </el-col> --> |
| | | <el-col :span="2" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.outNum"></el-input> |
| | | <span v-text="item.outNum"></span> |
| | | </el-col> |
| | | <el-col :span="2" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.scrapQty"></el-input> |
| | | <el-select v-model="item.scrapQty"> |
| | | <el-option label="0" value="0"> |
| | | </el-option> |
| | | <el-option label="1" value="1"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-col> |
| | | <!-- <el-col :span="1" class="batch-product-out-form-body-col l-mes"> |
| | | <el-input v-model="item.reelWeight"></el-input> |
| | |
| | | this.products = this.productList |
| | | this.products.forEach(item=>{ |
| | | item.staffName = staffName |
| | | item.outNum=1 |
| | | }) |
| | | }else{ |
| | | this.products = [] |
| | |
| | | newProduct.partNo = this.parentInfo.partNo |
| | | newProduct.partName = this.parentInfo.partName |
| | | newProduct.outBatchNo = oriOutBatchNo |
| | | newProduct.productQty = 0 |
| | | newProduct.productQty = 1 |
| | | newProduct.outNum = 1 |
| | | newProduct.unit = this.parentInfo.unit |
| | | newProduct.productStaffs = productStaffs |
| | | newProduct.productStaffIds = productStaffIds |
| | |
| | | // this.saveDisabled = false |
| | | // }) |
| | | // .catch((error) => { |
| | | // console.log('失败' + new Date().getTime()) |
| | | // this.saveDisabled = false |
| | | // }) |
| | | } else { |
| | |
| | | // this.saveDisabled = false |
| | | // }) |
| | | // .catch((error) => { |
| | | // console.log('失败' + new Date().getTime()) |
| | | // this.saveDisabled = false |
| | | // }) |
| | | }) |
| | |
| | | } |
| | | }) |
| | | .catch((error) => { |
| | | console.log('失败' + new Date().getTime()) |
| | | this.saveDisabled = false |
| | | }) |
| | | } else { |
| | |
| | | } |
| | | }) |
| | | .catch((error) => { |
| | | console.log('失败' + new Date().getTime()) |
| | | this.saveDisabled = false |
| | | }) |
| | | } |
| | |
| | | spinner: 'el-icon-loading', |
| | | background: 'rgba(0, 0, 0, 0.7)' |
| | | }) |
| | | // console.log('==========') |
| | | // console.log(nowListIndex) |
| | | // console.log(oriList[nowListIndex]) |
| | | const list = [] |
| | | list.push(oriList[nowListIndex]) |
| | | // 将数据的盘数 分成段后 更新此次盘数 |
| | |
| | | } |
| | | } |
| | | |
| | | // console.log(idx) |
| | | // console.log(submitCount) |
| | | // console.log(list) |
| | | // console.log(listDisNumber) |
| | | // |
| | | // setTimeout(() => { |
| | | // loading.close() |
| | |
| | | if (data.code == 0) { |
| | | // 返回报工主表id,用于刷新页面 |
| | | var productMainId = data.data |
| | | // console.log(idx) |
| | | // console.log(submitCount) |
| | | // console.log(listDisNumber) |
| | | loading.close() |
| | | // 已完成数据 消息记录 |
| | | this.messageMap['' + nowListIndex] = |
| | |
| | | } else { |
| | | // 批量提交完成,刷新报工页面数据 |
| | | this.$emit('refreshProductOutputList', productMainId) |
| | | console.log(this.messageMap) |
| | | this.$message.success('新增成功') |
| | | this.innerVisible = false |
| | | } |
| | |
| | | }) |
| | | .catch((error) => { |
| | | loading.close() |
| | | console.log('失败' + new Date().getTime()) |
| | | this.saveDisabled = false |
| | | this.showError() |
| | | }) |
| | |
| | | // this.saveDisabled = false |
| | | // }) |
| | | // .catch((error) => { |
| | | // console.log('失败' + new Date().getTime()) |
| | | // this.saveDisabled = false |
| | | // }) |
| | | } else { |
| | |
| | | // this.saveDisabled = false |
| | | // }) |
| | | // .catch((error) => { |
| | | // console.log('失败' + new Date().getTime()) |
| | | // this.saveDisabled = false |
| | | // }) |
| | | }) |
| | |
| | | } |
| | | }) |
| | | .catch((error) => { |
| | | console.log('失败' + new Date().getTime()) |
| | | this.saveDisabled = false |
| | | }) |
| | | } |