123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- export const formRules = () => {
- return [{
- field: 'tamperProofLabel',
- label: '防拆标签码',
- placeholder: '请输入防拆标签码',
- type: 'input',
- required: true,
- }, {
- field: 'tamperProofLabelImg',
- label: '防拆标签图片',
- placeholder: '请上传防拆标签图片',
- type: 'upload',
- required: true,
- }, {
- field: 'remark',
- label: '备注',
- placeholder: '备注',
- type: 'textarea',
- }]
- }
- export const pickupRulesil = () => {
- return [{
- field: 'name',
- label: '姓名',
- placeholder: '请输入姓名',
- type: 'input',
- required: true,
- }, {
- field: 'phone',
- label: '电话',
- placeholder: '请输入电话',
- type: 'input',
- required: true,
- }, {
- field: 'address',
- label: '地址',
- placeholder: '请输入地址',
- type: 'input',
- required: true,
- }]
- }
- export const printList = () => {
- return [{
- arr: [{
- arr: [
- [{
- T_sn: '2024117235321460',
- T_id: 1,
- T_rh: 59.8,
- T_t: 3.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 2,
- T_rh: 59.8,
- T_t: 2.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 3,
- T_rh: 59.8,
- T_t: 23.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 4,
- T_rh: 59.8,
- T_t: 23.1,
- T_time: '2024-04-24',
- time: '15:30',
- }
- ]
- ],
- time: "2024-04-24"
- }],
- id: 38,
- title: '测试',
- isChecked: true,
- endTime: '2024-04-24 15:31:18',
- startTime: '2024-04-24 15:31:18'
- }, {
- arr: [{
- arr: [
- [{
- T_sn: '2024117235321460',
- T_id: 1,
- T_rh: 59.8,
- T_t: 3.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 2,
- T_rh: 59.8,
- T_t: 2.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 3,
- T_rh: 59.8,
- T_t: 23.1,
- T_time: '2024-04-24',
- time: '15:30',
- },
- {
- T_sn: '2024117235321460',
- T_id: 4,
- T_rh: 59.8,
- T_t: 23.1,
- T_time: '2024-04-24',
- time: '15:30',
- }
- ]
- ],
- time: "2024-04-24"
- }],
- id: 37,
- title: '测试1',
- isChecked: true,
- endTime: '2024-04-24 15:31:18',
- startTime: '2024-04-24 15:31:18'
- }, ]
- }
|