Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
6012f9f2
Commit
6012f9f2
authored
Dec 30, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add product packFlag 送货单原产地默认采购单-项次
parent
17b86a7f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
25 deletions
+32
-25
query.js
...ain/resources/static/app/srm/deliveryOrder/query/query.js
+1
-1
update.js
...n/resources/static/app/srm/deliveryOrder/update/update.js
+26
-19
view.js
src/main/resources/static/app/srm/deliveryOrder/view/view.js
+5
-5
No files found.
src/main/resources/static/app/srm/deliveryOrder/query/query.js
View file @
6012f9f2
...
@@ -74,7 +74,7 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
...
@@ -74,7 +74,7 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
{
name
:
'物料名称'
,
field
:
'product.name'
,
width
:
150
,
cellTemplate
:
cellTemplate
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
width
:
150
,
cellTemplate
:
cellTemplate
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
width
:
200
,
cellTemplate
:
cellTemplate
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
width
:
200
,
cellTemplate
:
cellTemplate
},
{
name
:
'单位'
,
field
:
'unit'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
{
name
:
'单位'
,
field
:
'unit'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
0
0
,
cellTemplate
:
cellTemplate
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
3
0
,
cellTemplate
:
cellTemplate
},
{
name
:
'批次号'
,
field
:
'batchId'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
{
name
:
'批次号'
,
field
:
'batchId'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'数量'
,
field
:
'deliveryAmount'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
{
name
:
'数量'
,
field
:
'deliveryAmount'
,
width
:
80
,
cellTemplate
:
cellTemplate
},
...
...
src/main/resources/static/app/srm/deliveryOrder/update/update.js
View file @
6012f9f2
...
@@ -67,7 +67,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -67,7 +67,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
{
name
:
'物料名称'
,
field
:
'poDtl.product.name'
,
enableCellEdit
:
false
,
width
:
135
},
{
name
:
'物料名称'
,
field
:
'poDtl.product.name'
,
enableCellEdit
:
false
,
width
:
135
},
{
name
:
'物料规格'
,
field
:
'poDtl.product.standard'
,
enableCellEdit
:
false
,
width
:
180
},
{
name
:
'物料规格'
,
field
:
'poDtl.product.standard'
,
enableCellEdit
:
false
,
width
:
180
},
{
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
0
0
,
cellEditableCondition
:
function
(
$scope
)
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
3
0
,
cellEditableCondition
:
function
(
$scope
)
{
return
$scope
.
col
.
grid
.
appScope
.
isEditable
();
return
$scope
.
col
.
grid
.
appScope
.
isEditable
();
},
cellClass
:
'editable-field'
},
cellClass
:
'editable-field'
},
},
...
@@ -426,11 +426,19 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -426,11 +426,19 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
});
});
// aship 定制 原产地批次号制造日期默认值
// aship 定制 原产地批次号制造日期默认值
if
(
$scope
.
currentDeliveryOrder
.
supplier
.
useBarcode
==
'Y'
)
{
angular
.
forEach
(
$scope
.
currentDeliveryOrderDetails
,
function
(
item
)
{
angular
.
forEach
(
$scope
.
currentDeliveryOrderDetails
,
function
(
item
)
{
if
(
!
item
.
sourceArea
)
{
if
(
!
item
.
sourceArea
)
{
if
(
$scope
.
currentDeliveryOrder
.
supplier
.
useBarcode
==
'Y'
)
{
item
.
sourceArea
=
"-"
;
}
else
{
// 非防伪码供应商 + 物料flag判断
if
(
item
.
poDtl
.
product
.
packFlag
&&
item
.
poDtl
.
product
.
packFlag
==
'Y'
)
{
item
.
sourceArea
=
item
.
poMst
.
purchaseOrderUid
+
"-"
+
item
.
poDtl
.
poDtlRow
;
}
else
{
item
.
sourceArea
=
"-"
;
item
.
sourceArea
=
"-"
;
}
}
}
}
if
(
!
item
.
manufacturingDate
)
{
if
(
!
item
.
manufacturingDate
)
{
item
.
manufacturingDate
=
new
Date
();
item
.
manufacturingDate
=
new
Date
();
}
}
...
@@ -438,7 +446,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -438,7 +446,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
item
.
batchId
=
$filter
(
'date'
)(
item
.
manufacturingDate
,
'yyyyMMdd'
);
item
.
batchId
=
$filter
(
'date'
)(
item
.
manufacturingDate
,
'yyyyMMdd'
);
}
}
});
});
}
//保存用户所选的采购类型、是否钢卷条件
//保存用户所选的采购类型、是否钢卷条件
if
(
$rootScope
.
userInfo
.
suppliers
.
length
>
0
)
{
if
(
$rootScope
.
userInfo
.
suppliers
.
length
>
0
)
{
...
@@ -508,9 +516,8 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -508,9 +516,8 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
$scope
.
initAggregationGrid
=
function
()
{
$scope
.
initAggregationGrid
=
function
()
{
angular
.
forEach
(
$scope
.
deliveryOrderAggregationGridOptions
.
data
,
function
(
item
)
{
angular
.
forEach
(
$scope
.
deliveryOrderAggregationGridOptions
.
data
,
function
(
item
)
{
// aship 定制 单箱数量=送货数量
// aship 定制 单箱数量=送货数量
if
(
$scope
.
currentDeliveryOrder
.
supplier
.
useBarcode
==
'Y'
)
{
// if ($scope.currentDeliveryOrder.supplier.useBarcode == 'Y') {}
item
.
amountPerBox
=
item
.
totalAmount
;
item
.
amountPerBox
=
item
.
totalAmount
;
}
item
.
getFullPackingBoxAmount
=
function
()
{
item
.
getFullPackingBoxAmount
=
function
()
{
if
(
item
.
amountPerBox
>
0
&&
item
.
totalAmount
>
0
)
{
if
(
item
.
amountPerBox
>
0
&&
item
.
totalAmount
>
0
)
{
...
@@ -538,7 +545,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -538,7 +545,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
...
@@ -560,7 +567,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
...
@@ -560,7 +567,7 @@ angular.module('IOne').controller('DeliveryOrderUpdateController', function ($ro
{
name
:
'整包装箱数'
,
field
:
'getFullPackingBoxAmount()'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'整包装箱数'
,
field
:
'getFullPackingBoxAmount()'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'零箱内数量'
,
field
:
'getAmountInLastBox()'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'零箱内数量'
,
field
:
'getAmountInLastBox()'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'包装类型'
,
field
:
'packingType'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'包装类型'
,
field
:
'packingType'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'是否钢卷'
,
field
:
'getSteelCoil()'
,
enableCellEdit
:
false
,
width
:
100
}
{
name
:
'是否钢卷'
,
field
:
'getSteelCoil()'
,
enableCellEdit
:
false
,
width
:
100
}
];
];
...
@@ -844,7 +851,7 @@ angular.module('IOne').controller('SteelCoilDlgCtrl', function ($scope, $uibModa
...
@@ -844,7 +851,7 @@ angular.module('IOne').controller('SteelCoilDlgCtrl', function ($scope, $uibModa
{
name
:
'规格'
,
field
:
'furnaceNo'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
},
{
name
:
'规格'
,
field
:
'furnaceNo'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
},
{
name
:
'数量'
,
field
:
'steelCoil'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
,
type
:
'number'
},
{
name
:
'数量'
,
field
:
'steelCoil'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
,
type
:
'number'
},
{
name
:
'每卷重量'
,
field
:
'amountInCurrentBox'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
,
type
:
'number'
},
{
name
:
'每卷重量'
,
field
:
'amountInCurrentBox'
,
enableCellEdit
:
true
,
width
:
100
,
cellClass
:
'editable-field'
,
type
:
'number'
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
// { name:'制造日期', field: 'manufacturingDate', type: 'date', cellFilter: 'date:"yyyy-MM-dd"', enableCellEdit: true, width:150, cellClass: 'editable-field'},
// { name:'制造日期', field: 'manufacturingDate', type: 'date', cellFilter: 'date:"yyyy-MM-dd"', enableCellEdit: true, width:150, cellClass: 'editable-field'},
...
@@ -942,7 +949,7 @@ angular.module('IOne').controller('NotSteelCoilDlgCtrl', function ($scope, $uibM
...
@@ -942,7 +949,7 @@ angular.module('IOne').controller('NotSteelCoilDlgCtrl', function ($scope, $uibM
{
name
:
'模/穴号'
,
field
:
'mouldNo'
,
width
:
150
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'模/穴号'
,
field
:
'mouldNo'
,
width
:
150
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'净重'
,
field
:
'netWeight'
,
width
:
100
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'净重'
,
field
:
'netWeight'
,
width
:
100
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'毛重'
,
field
:
'grossWeight'
,
width
:
100
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'毛重'
,
field
:
'grossWeight'
,
width
:
100
,
enableCellEdit
:
true
,
cellClass
:
'editable-field'
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
// {name: '制造日期', field: 'manufacturingDate', type: 'date', cellFilter: 'date:"yyyy-MM-dd"', enableCellEdit: true, width: 150, cellClass: 'editable-field'},
// {name: '制造日期', field: 'manufacturingDate', type: 'date', cellFilter: 'date:"yyyy-MM-dd"', enableCellEdit: true, width: 150, cellClass: 'editable-field'},
{
{
...
...
src/main/resources/static/app/srm/deliveryOrder/view/view.js
View file @
6012f9f2
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
{
name
:
'物料编号'
,
field
:
'poDtl.product.productUid'
,
width
:
110
},
{
name
:
'物料编号'
,
field
:
'poDtl.product.productUid'
,
width
:
110
},
{
name
:
'物料名称'
,
field
:
'poDtl.product.name'
,
width
:
150
},
{
name
:
'物料名称'
,
field
:
'poDtl.product.name'
,
width
:
150
},
{
name
:
'物料规格'
,
field
:
'poDtl.product.standard'
,
width
:
200
},
{
name
:
'物料规格'
,
field
:
'poDtl.product.standard'
,
width
:
200
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
width
:
1
3
0
},
{
name
:
'批次号'
,
field
:
'batchId'
,
width
:
100
},
{
name
:
'批次号'
,
field
:
'batchId'
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
cellFilter
:
'date:"yyyy-MM-dd"'
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料编号'
,
field
:
'product.productUid'
,
enableCellEdit
:
false
,
width
:
110
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料名称'
,
field
:
'product.name'
,
enableCellEdit
:
false
,
width
:
150
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'物料规格'
,
field
:
'product.standard'
,
enableCellEdit
:
false
,
width
:
200
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
0
0
},
{
name
:
'原产地'
,
field
:
'sourceArea'
,
enableCellEdit
:
false
,
width
:
1
3
0
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'批次号'
,
field
:
'batchId'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'manufacturingDate'
,
enableCellEdit
:
false
,
width
:
100
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
{
name
:
'单位'
,
field
:
'unit'
,
enableCellEdit
:
false
,
width
:
100
},
...
@@ -215,7 +215,7 @@
...
@@ -215,7 +215,7 @@
{
name
:
'物料编号'
,
field
:
'doDtlProduct.product.productUid'
,
width
:
110
,
enableCellEdit
:
false
},
{
name
:
'物料编号'
,
field
:
'doDtlProduct.product.productUid'
,
width
:
110
,
enableCellEdit
:
false
},
{
name
:
'物料名称'
,
field
:
'doDtlProduct.product.name'
,
width
:
150
,
enableCellEdit
:
false
},
{
name
:
'物料名称'
,
field
:
'doDtlProduct.product.name'
,
width
:
150
,
enableCellEdit
:
false
},
{
name
:
'物料规格'
,
field
:
'doDtlProduct.product.standard'
,
width
:
200
,
enableCellEdit
:
false
},
{
name
:
'物料规格'
,
field
:
'doDtlProduct.product.standard'
,
width
:
200
,
enableCellEdit
:
false
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
width
:
1
0
0
,
enableCellEdit
:
false
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
width
:
1
3
0
,
enableCellEdit
:
false
},
{
name
:
'批次号'
,
field
:
'doDtlProduct.batchId'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'批次号'
,
field
:
'doDtlProduct.batchId'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
width
:
100
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
width
:
100
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'汇总项次'
,
field
:
'doDtlProductRow'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'汇总项次'
,
field
:
'doDtlProductRow'
,
width
:
100
,
enableCellEdit
:
false
},
...
@@ -233,7 +233,7 @@
...
@@ -233,7 +233,7 @@
{
name
:
'物料编号'
,
field
:
'doDtlProduct.product.productUid'
,
width
:
110
,
enableCellEdit
:
false
},
{
name
:
'物料编号'
,
field
:
'doDtlProduct.product.productUid'
,
width
:
110
,
enableCellEdit
:
false
},
{
name
:
'物料名称'
,
field
:
'doDtlProduct.product.name'
,
width
:
150
,
enableCellEdit
:
false
},
{
name
:
'物料名称'
,
field
:
'doDtlProduct.product.name'
,
width
:
150
,
enableCellEdit
:
false
},
{
name
:
'物料规格'
,
field
:
'doDtlProduct.product.standard'
,
width
:
200
,
enableCellEdit
:
false
},
{
name
:
'物料规格'
,
field
:
'doDtlProduct.product.standard'
,
width
:
200
,
enableCellEdit
:
false
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
width
:
1
0
0
,
enableCellEdit
:
false
},
{
name
:
'原产地'
,
field
:
'doDtlProduct.sourceArea'
,
width
:
1
3
0
,
enableCellEdit
:
false
},
{
name
:
'批次号'
,
field
:
'doDtlProduct.batchId'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'批次号'
,
field
:
'doDtlProduct.batchId'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
width
:
100
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'制造日期'
,
field
:
'doDtlProduct.manufacturingDate'
,
width
:
100
,
enableCellEdit
:
false
,
cellFilter
:
'date:"yyyy-MM-dd"'
},
{
name
:
'汇总项次'
,
field
:
'doDtlProductRow'
,
width
:
100
,
enableCellEdit
:
false
},
{
name
:
'汇总项次'
,
field
:
'doDtlProductRow'
,
width
:
100
,
enableCellEdit
:
false
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment