Browse Source

【nev-pc】问题处理暂存

ag_report_nev
安虹睿 10 months ago
parent
commit
30f17a8837
  1. 2
      fe/PC/src/utils/tableColumns/index.js
  2. 2
      fe/PC/src/utils/tabsDesTions/index.js
  3. 2
      fe/PC/src/views/basicData/itemGuideBookManage/itemGuideBook.vue
  4. 10
      fe/PC/src/views/padManage/isPadForKittingPack.vue
  5. 10
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue
  6. 10
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest_new.vue
  7. 10
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest_old.vue

2
fe/PC/src/utils/tableColumns/index.js

@ -704,7 +704,7 @@ export const Shift = [
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, { label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
] ]
// 作业指导书信息 // 供应商自检报告
export const ItemGuideBook = [ export const ItemGuideBook = [
{ {
label: _Names.itemCode, label: _Names.itemCode,

2
fe/PC/src/utils/tabsDesTions/index.js

@ -509,7 +509,7 @@ export const Shift = [
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, { label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
] ]
// 作业指导书信息 // 供应商自检报告信息
export const ItemGuideBook = [ export const ItemGuideBook = [
{ label: _Names.itemCode, prop: "itemCode" }, { label: _Names.itemCode, prop: "itemCode" },
{ label: _Names.itemName, prop: "itemName" }, { label: _Names.itemName, prop: "itemName" },

2
fe/PC/src/views/basicData/itemGuideBookManage/itemGuideBook.vue

@ -256,7 +256,7 @@ export default {
} }
fileStorageCreate(params).then( createRes => { fileStorageCreate(params).then( createRes => {
that.CreateFormData.pictureBlobName = createRes that.CreateFormData.pictureBlobName = createRes
// //
postCreate(that.CreateFormData, that.URL).then(res => { postCreate(that.CreateFormData, that.URL).then(res => {
that.Loading.newAndEdiLoading = false that.Loading.newAndEdiLoading = false
that.FormResult("success") that.FormResult("success")

10
fe/PC/src/views/padManage/isPadForKittingPack.vue

@ -319,6 +319,10 @@ export default {
// //
// chassisQty // chassisQty
if(res.items.length<Number(this.currentKittingInfo.chassisQty)){ if(res.items.length<Number(this.currentKittingInfo.chassisQty)){
res.items.forEach(item=>{
item.canSelect = true
item.isSelect = false
})
this.centerChassisList = res.items this.centerChassisList = res.items
} }
// chassisQty: // chassisQty:
@ -333,7 +337,7 @@ export default {
} }
}) })
} }
this.centerChassisList[0].canSelect = true if(this.centerChassisList && this.centerChassisList.length > 0)this.centerChassisList[0].canSelect = true
// //
let _ChassisBomData = {} let _ChassisBomData = {}
let _Chassis_index = {} let _Chassis_index = {}
@ -445,6 +449,10 @@ export default {
this.isLock=true this.isLock=true
return return
} }
if(!this.rightTopChassisGroup || this.rightTopChassisGroup.length <= 0){
this.$warningMsg('请选择底盘数据')
return
}
this.$confirm('是否确定完成该组底盘?', '提示', { this.$confirm('是否确定完成该组底盘?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',

10
fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

@ -106,7 +106,7 @@
</curren-Form> </curren-Form>
</el-col> </el-col>
<el-col :span="10" > <el-col :span="10" >
<div style="padding-bottom:10px">作业指导书</div> <div style="padding-bottom:10px">供应商自检报告:</div>
<curren-descriptions <curren-descriptions
border border
:column="1" :column="1"
@ -343,11 +343,11 @@ export default {
inspectNoticeDetailsShow: false, inspectNoticeDetailsShow: false,
summaryCurrentRow:null, summaryCurrentRow:null,
loading:false, loading:false,
// loading // loading
guideBookLoading:false, guideBookLoading:false,
// //
guideBookData:{}, guideBookData:{},
// //
blobName: '', blobName: '',
// ID // ID
masterID: '', masterID: '',
@ -471,7 +471,7 @@ export default {
// supplierHandle: [ // supplierHandle: [
// { label: "", name: "cancel" }, // { label: "", name: "cancel" },
// ], // ],
// //
tabsDesTionsGuideBook:[ tabsDesTionsGuideBook:[
{ label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", }, { label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", },
{ label: "步骤", prop: "step", type:'textarea', rows: 5 }, { label: "步骤", prop: "step", type:'textarea', rows: 5 },

10
fe/PC/src/views/rawMaterialManage/quality/InspectRequest_new.vue

@ -106,7 +106,7 @@
</curren-Form> </curren-Form>
</el-col> </el-col>
<el-col :span="10" > <el-col :span="10" >
<div style="padding-bottom:10px">作业指导书</div> <div style="padding-bottom:10px">供应商自检报告</div>
<curren-descriptions <curren-descriptions
border border
:column="1" :column="1"
@ -343,11 +343,11 @@ export default {
inspectNoticeDetailsShow: false, inspectNoticeDetailsShow: false,
summaryCurrentRow:null, summaryCurrentRow:null,
loading:false, loading:false,
// loading // loading
guideBookLoading:false, guideBookLoading:false,
// //
guideBookData:{}, guideBookData:{},
// //
blobName: '', blobName: '',
// ID // ID
masterID: '', masterID: '',
@ -471,7 +471,7 @@ export default {
// supplierHandle: [ // supplierHandle: [
// { label: "", name: "cancel" }, // { label: "", name: "cancel" },
// ], // ],
// //
tabsDesTionsGuideBook:[ tabsDesTionsGuideBook:[
{ label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", }, { label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", },
{ label: "步骤", prop: "step", type:'textarea', rows: 5 }, { label: "步骤", prop: "step", type:'textarea', rows: 5 },

10
fe/PC/src/views/rawMaterialManage/quality/InspectRequest_old.vue

@ -104,7 +104,7 @@
</curren-Form> </curren-Form>
</el-col> </el-col>
<el-col :span="10" > <el-col :span="10" >
<div style="padding-bottom:10px">作业指导书</div> <div style="padding-bottom:10px">供应商自检报告</div>
<curren-descriptions <curren-descriptions
border border
:column="1" :column="1"
@ -332,11 +332,11 @@ export default {
inspectNoticeDetailsShow: false, inspectNoticeDetailsShow: false,
summaryCurrentRow:null, summaryCurrentRow:null,
loading:false, loading:false,
// loading // loading
guideBookLoading:false, guideBookLoading:false,
// //
guideBookData:{}, guideBookData:{},
// //
blobName: '', blobName: '',
// ID // ID
masterID: '', masterID: '',
@ -459,7 +459,7 @@ export default {
// supplierHandle: [ // supplierHandle: [
// { label: "", name: "cancel" }, // { label: "", name: "cancel" },
// ], // ],
// //
tabsDesTionsGuideBook:[ tabsDesTionsGuideBook:[
{ label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", }, { label: "图片", prop: "pictureBlobName", type: "uploadPictureCard", limit: 1, picExt: ".png,.jpg", },
{ label: "步骤", prop: "step", type:'textarea', rows: 5 }, { label: "步骤", prop: "step", type:'textarea', rows: 5 },

Loading…
Cancel
Save