Browse Source

修改

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
8c28197e22
  1. 11
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts
  2. 11
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts

11
src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

@ -652,6 +652,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '器具号', label: '器具号',
field: 'containerNumber', field: 'containerNumber',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -693,6 +694,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '过期日期', label: '过期日期',
field: 'expireDate', field: 'expireDate',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
formatter: dateFormatter2, formatter: dateFormatter2,
detail: { detail: {
dateFormat: 'YYYY-MM-DD' dateFormat: 'YYYY-MM-DD'
@ -735,6 +737,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '订单号', label: '订单号',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
field: 'woNumber', field: 'woNumber',
sort: 'custom', sort: 'custom',
table: { table: {
@ -745,6 +748,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '订单行', label: '订单行',
field: 'woLine', field: 'woLine',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -753,6 +757,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '包装数量', label: '包装数量',
field: 'packQty', field: 'packQty',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -795,6 +800,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '物料描述1', label: '物料描述1',
field: 'itemDesc1', field: 'itemDesc1',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -804,6 +810,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '物料描述2', label: '物料描述2',
field: 'itemDesc2', field: 'itemDesc2',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -813,6 +820,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '项目代码', label: '项目代码',
field: 'projectCode', field: 'projectCode',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -846,6 +854,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '单据号', label: '单据号',
field: 'number', field: 'number',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -855,6 +864,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -894,6 +904,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '到货主代码', label: '到货主代码',
field: 'toOwnerCode', field: 'toOwnerCode',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {

11
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts

@ -654,6 +654,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '器具号', label: '器具号',
field: 'containerNumber', field: 'containerNumber',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -695,6 +696,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '过期日期', label: '过期日期',
field: 'expireDate', field: 'expireDate',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
formatter: dateFormatter2, formatter: dateFormatter2,
detail: { detail: {
dateFormat: 'YYYY-MM-DD' dateFormat: 'YYYY-MM-DD'
@ -738,6 +740,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '订单号', label: '订单号',
field: 'woNumber', field: 'woNumber',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -747,6 +750,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '订单行', label: '订单行',
field: 'woLine', field: 'woLine',
hiddenInMain:true, hiddenInMain:true,
isTable:false,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -755,6 +759,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '包装数量', label: '包装数量',
field: 'packQty', field: 'packQty',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -797,6 +802,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '物料描述1', label: '物料描述1',
field: 'itemDesc1', field: 'itemDesc1',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -806,6 +812,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '物料描述2', label: '物料描述2',
field: 'itemDesc2', field: 'itemDesc2',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -815,6 +822,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '项目代码', label: '项目代码',
field: 'projectCode', field: 'projectCode',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -848,6 +856,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '单据号', label: '单据号',
field: 'number', field: 'number',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -857,6 +866,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {
@ -896,6 +906,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '到货主代码', label: '到货主代码',
field: 'toOwnerCode', field: 'toOwnerCode',
isTable:false,
hiddenInMain:true, hiddenInMain:true,
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save