< view class = " refuelMoney-main" style = " padding-bottom : 200rpx; " > < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 申請人</ text> < view style = " text-align : right; " > {{userInfo.userCname}}</ view> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 所屬部門</ text> < view style = " text-align : right; " > {{userInfo.deptName}}</ view> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 職務</ text> < view style = " text-align : right; " > {{userInfo.postName}}</ view> </ view> < view class = " refuel-item" > < text style = " width : 35%; " > 出差開始時間</ text> < pickerYMDHM name = " pickerStart" bind: onPickerChange= " onPickerChange" date = " {{gasDateTime}}" > </ pickerYMDHM> </ view> < view class = " refuel-item" > < text style = " width : 35%; " > 出差結束時間</ text> < pickerYMDHM name = " pickerStart" bind: onPickerChange= " onPickerChange2" date = " {{gasDateTime2}}" > </ pickerYMDHM> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 出差天數</ text> < input type = " number" style = " text-align : right; " bindinput = " cliInput" data-name = " days" placeholder = " 請輸入出差天數" value = " {{days}}" /> </ view> < view class = " refuel-item" > < text style = " width : 35%; " > 申請日期</ text> < view style = " text-align : right; " > {{gasDateTime3}}</ view> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 單據數量</ text> < input type = " number" style = " text-align : right; " bindinput = " cliInput" data-name = " number" placeholder = " 請輸入單據數量" value = " {{number}}" /> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 合計金額</ text> < input type = " digit" style = " text-align : right; " disabled value = " {{amount}}" placeholder = " 合計金額" /> </ view> < view class = " refuel-itemTextArea" > < text style = " width : 35%; " > 出差理由</ text> < input type = " text" style = " text-align : right; " bindinput = " cliInput"