| | |
| | | </a-date-picker> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="12" :lg="12" :sm="12"> |
| | | <a-form-item label="折扣" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-input placeholder="请输入折扣" |
| | | v-decorator="['discount', { rules: [{ required: true, message: '请输入折扣', }] }]" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | | </a-form> |
| | | </a-modal> |
| | |
| | | } |
| | | }, |
| | | { |
| | | title: '折扣', |
| | | dataIndex: 'discount', |
| | | align: "center", |
| | | customRender: (text, row, index) => { |
| | | return text ? text.toFixed(2) : '0.00' |
| | | } |
| | | }, |
| | | { |
| | | title: '操作', |
| | | key: 'action', |
| | | align: "center", |
| | |
| | | addUserdialog: false, |
| | | addUserDialogloading: false, |
| | | |
| | | fields: ['name', 'code', 'price', 'orderNumber', 'zt', 'subscribeTime', 'subscriptionTime', 'stockType', 'code','listDate'], |
| | | fields: ['name', 'code', 'price', 'orderNumber', 'discount', 'zt', 'subscribeTime', 'subscriptionTime', 'stockType', 'code','listDate'], |
| | | currentdetail: '', |
| | | subscribeTime: '', |
| | | subscriptionTime: '', |