Browse Source

三方物料管理修改字段默认不冻结

dev-xx
马远东 6 months ago
parent
commit
3b51afd40e
  1. 12
      src/option/basicdata/TripartiteMaterial.js

12
src/option/basicdata/TripartiteMaterial.js

@ -32,7 +32,7 @@ export const columnList = [
values: '',
width: '150',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
@ -52,7 +52,7 @@ export const columnList = [
value:'2'
},
],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
@ -63,7 +63,7 @@ export const columnList = [
values: '',
width: '150',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
@ -74,7 +74,7 @@ export const columnList = [
values: '',
width: '150',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
@ -85,7 +85,7 @@ export const columnList = [
values: '',
width: '150',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
@ -96,7 +96,7 @@ export const columnList = [
values: '',
width: '150',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},

Loading…
Cancel
Save