release
赵鹏 2 years ago
parent 986f260e08
commit 0e2200a4ba

@ -57,8 +57,8 @@ class Invoice {
this.invoiceList = json.Result.map((data, index) => { this.invoiceList = json.Result.map((data, index) => {
return { return {
key: data.GMDSN, key: data.GMDSN,
gmd_gri_sn: data.gmd_gri_sn, gmd_gri_sn: data.GMD_GRI_SN,
gmd_vei_sn: data.gmd_vei_sn, gmd_vei_sn: data.GMD_VEI_SN,
GetGDate: data.GetGDate, GetGDate: data.GetGDate,
GMD_FillWorkers_SN: data.GMD_FillWorkers_SN, GMD_FillWorkers_SN: data.GMD_FillWorkers_SN,
GMD_FWks_LastEditTime: data.GMD_FWks_LastEditTime, GMD_FWks_LastEditTime: data.GMD_FWks_LastEditTime,

@ -194,7 +194,7 @@ function Detail() {
<Row key={data.GMD_SN} gutter={16} style={{ backgroundColor: "#f6f7f9", width: "100%", padding: "20px 40px" }} > <Row key={data.GMD_SN} gutter={16} style={{ backgroundColor: "#f6f7f9", width: "100%", padding: "20px 40px" }} >
<Col span={4}></Col> <Col span={4}></Col>
<Col span={18} > <Col span={18} >
<Divider orientation="left"> {index + 1} 次报账</Divider> <Divider orientation="left">Invoice {index + 1}</Divider>
<Upload <Upload
name="ghhfile" name="ghhfile"
accept="image/*" accept="image/*"
@ -240,7 +240,7 @@ function Detail() {
<Col span={4}></Col> <Col span={4}></Col>
<Col span={18} > <Col span={18} >
<Form name="invoice_submit" onFinish={onFinish} labelCol={{ span: 5 }} form={form} style={{backgroundColor:"#fff" , padding:"20px"}}> <Form name="invoice_submit" onFinish={onFinish} labelCol={{ span: 5 }} form={form} style={{backgroundColor:"#fff" , padding:"20px"}}>
<Divider orientation="left">Upload Invoice</Divider> <Divider orientation="left">Invoice {index + 1}</Divider>
<Form.Item> <Form.Item>
<Upload <Upload
name="ghhfile" name="ghhfile"
@ -337,7 +337,7 @@ function Detail() {
</Button> </Button>
</Col> </Col>
</Row> </Row>
<Title level={5}>报账信息</Title> <Title level={5}></Title>
{bindSubmitForm()} {bindSubmitForm()}
</Space> </Space>
</> </>

Loading…
Cancel
Save