Browse Source

生产收料记录

修改 查询条件 从包装号 改为 包装号
删除 查询条件 到包装号
master_hella_20240701
李达明 8 months ago
parent
commit
5bfde1eb89
  1. 4
      src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts

4
src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts

@ -402,7 +402,7 @@ export const ProductionreceiptRecordMainRules = reactive({
*/ */
export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '包装号', label: '包装号',
field: 'fromPackingNumber', field: 'fromPackingNumber',
sort: 'custom', sort: 'custom',
table: { table: {
@ -418,7 +418,7 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[
table: { table: {
width: 150 width: 150
}, },
isSearch: true, isSearch: false,
hiddenInMain: true hiddenInMain: true
}, },
{ {

Loading…
Cancel
Save