Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
865a1c38
Commit
865a1c38
authored
Dec 24, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 格式化生产通知单时间
parent
414b106c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
columns.ts
...on/stockSellStorage/bills/components/BillsForm/columns.ts
+4
-1
No files found.
src/pages/transaction/stockSellStorage/bills/components/BillsForm/columns.ts
View file @
865a1c38
...
...
@@ -2,9 +2,10 @@
* @Author: XieZhiXiong
* @Date: 2020-12-22 18:01:50
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-2
2 18:01:51
* @LastEditTime: 2020-12-2
4 11:01:22
* @Description: 单据列表 弹窗表格列
*/
import
moment
from
'moment'
;
import
{
ORDER_TYPE2
,
PurchaseOrderInsideWorkStateTexts
,
...
...
@@ -109,6 +110,7 @@ export const machiningWarehousingColumns = [
title
:
'单据时间'
,
align
:
'center'
,
dataIndex
:
'createTime'
,
render
:
text
=>
moment
(
text
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
},
{
title
:
'申请单状态'
,
...
...
@@ -140,6 +142,7 @@ export const machiningDeliveryColumns = [
title
:
'单据时间'
,
align
:
'center'
,
dataIndex
:
'createTime'
,
render
:
text
=>
moment
(
text
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
},
{
title
:
'申请单状态'
,
...
...
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