Browse Source

销售价格单字段修改

master
李胜楠 1 year ago
parent
commit
41fc80d25b
  1. 8
      src/utils/disposition/tableColumns.ts

8
src/utils/disposition/tableColumns.ts

@ -1644,10 +1644,6 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([
field: 'creator', field: 'creator',
isTable: true, isTable: true,
isForm: false, isForm: false,
formatter: dateFormatter,
detail: {
dateFormat: 'YYYY-MM-DD HH:mm:ss'
},
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -2707,7 +2703,7 @@ export const ProjectRules = reactive({
export const Saleprice = useCrudSchemas(reactive<CrudSchema[]>([ export const Saleprice = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '客户代码', label: '客户代码',
field: 'customercode', field: 'customerCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -2716,7 +2712,7 @@ export const Saleprice = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '物料代码', label: '物料代码',
field: 'itemcode', field: 'itemCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save