orders.js

来自「axjx工具代码给大家交流」· JavaScript 代码 · 共 69 行

JS
69
字号
[{    "customer" : "Sigmasoft",    "order_id" : "0987654321",    "employee" : "Steven Du",    "order_date" : "Dec 25, 2007",    "shipment" : "Fedx",    "po_number" : "as-48537-89",    "order_details" : [        {            "id" : "row1",            "cells" : ["White Mug",120,5,0.2,480]        },        {            "id" : "row2",            "cells" : ["White Mug",200,4,0.0,800]        }    ]},{    "customer" : "Sigmasoft",    "order_id" : "1234567890",    "employee" : "Renny",    "order_date" : "Apr 5, 2007",    "shipment" : "Air plane",    "po_number" : "as-21344-89",    "order_details" : [        {            "id" : "row1",            "cells" : ["Black Mug",100,1,0.2,80]        },        {            "id" : "row2",            "cells" : ["Product A",100,1,0.2,80]        },        {            "id" : "row3",            "cells" : ["Product B",200,2,0.2,320]        },        {            "id" : "row4",            "cells" : ["Product C",300,3,0.3,630]        }    ]},{    "customer" : "Inspringsoft",    "order_id" : "0987654321",    "employee" : "Steven Du",    "order_date" : "Dec 25, 2007",    "shipment" : "Fex",    "po_number" : "as-48537-89",    "order_details" : [        {            "id" : "row1",            "cells" : ["Blue Cup",1200,1,0.0,1200]        },        {            "id" : "row2",            "cells" : ["Product D",2400,2,0.0,2800]        },        {            "id" : "row3",            "cells" : ["Product E",1000,2,0.4,12000]        },        {            "id" : "row4",            "cells" : ["Product F",160,40,0,6400]        }    ]}]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?