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

Loading…
Cancel
Save