Commit 1b5dbc4a by Denglingling

显示多仓借还调整

parent e42a3b9e
...@@ -223,7 +223,7 @@ class EquipConsuPage extends Component { ...@@ -223,7 +223,7 @@ class EquipConsuPage extends Component {
this.getSellerName() this.getSellerName()
this.getAudioAuthorize() this.getAudioAuthorize()
this.getOrganizationData() this.getOrganizationData()
// this.getSysConfigValue() this.getSysConfigValue()
} }
// 赋值销售员 初始化数据 // 赋值销售员 初始化数据
...@@ -1223,7 +1223,7 @@ class EquipConsuPage extends Component { ...@@ -1223,7 +1223,7 @@ class EquipConsuPage extends Component {
tempSubOption.template_collect_number = state.listOptionData[7].value tempSubOption.template_collect_number = state.listOptionData[7].value
tempSubOption.surgery_date = state.listOptionData[8].value tempSubOption.surgery_date = state.listOptionData[8].value
tempSubOption.order_type_code = state.listOptionData[9].value tempSubOption.order_type_code = state.listOptionData[9].value
// tempSubOption.collect_src_inv_code = state.listOptionData[10].value tempSubOption.collect_src_inv_code = state.listOptionData[10].value
tempSubOption.surgery_desc = state.listOptionData[11].value tempSubOption.surgery_desc = state.listOptionData[11].value
tempSubOption.voice_url = state.listOptionData[12].value tempSubOption.voice_url = state.listOptionData[12].value
let params = { let params = {
...@@ -1437,7 +1437,7 @@ class EquipConsuPage extends Component { ...@@ -1437,7 +1437,7 @@ class EquipConsuPage extends Component {
listCallBack={() => this.handleOrderCheck(listOptionData[9])} listCallBack={() => this.handleOrderCheck(listOptionData[9])}
listHasArrow={true} listHasArrow={true}
/> />
{/* <PageListArrow <PageListArrow
listActOpa={.8} listActOpa={.8}
listHasAster={bor_ware_required === 'Y'} listHasAster={bor_ware_required === 'Y'}
listItem={listOptionData[10]} listItem={listOptionData[10]}
...@@ -1445,7 +1445,7 @@ class EquipConsuPage extends Component { ...@@ -1445,7 +1445,7 @@ class EquipConsuPage extends Component {
listTitle={'title'} listTitle={'title'}
listCallBack={() => this.handleWareCheck(listOptionData[10])} listCallBack={() => this.handleWareCheck(listOptionData[10])}
listHasArrow={true} listHasArrow={true}
/> */} />
<DateModel <DateModel
date={listOptionData[8].dateValue} date={listOptionData[8].dateValue}
......
...@@ -181,7 +181,7 @@ class TransOrderPage extends Component { ...@@ -181,7 +181,7 @@ class TransOrderPage extends Component {
this.getSellerName() this.getSellerName()
this.getAudioAuthorize() this.getAudioAuthorize()
this.getOrganizationData() this.getOrganizationData()
// this.getSysConfigValue() this.getSysConfigValue()
} }
// 赋值销售员 初始化数据 // 赋值销售员 初始化数据
...@@ -1093,7 +1093,7 @@ class TransOrderPage extends Component { ...@@ -1093,7 +1093,7 @@ class TransOrderPage extends Component {
let tempSubOption = state.submitOption let tempSubOption = state.submitOption
tempSubOption.org_code = state.listOptionData[1].value tempSubOption.org_code = state.listOptionData[1].value
tempSubOption.collect_number = state.listOptionData[3].value tempSubOption.collect_number = state.listOptionData[3].value
// tempSubOption.destination_inv_code = state.listOptionData[4].value tempSubOption.destination_inv_code = state.listOptionData[4].value
tempSubOption.remark = state.listOptionData[5].value tempSubOption.remark = state.listOptionData[5].value
tempSubOption.voice_url = state.listOptionData[6].value tempSubOption.voice_url = state.listOptionData[6].value
tempSubOption.sur_order_transfer_line = state.listOptionData[7].subOption tempSubOption.sur_order_transfer_line = state.listOptionData[7].subOption
...@@ -1240,7 +1240,7 @@ class TransOrderPage extends Component { ...@@ -1240,7 +1240,7 @@ class TransOrderPage extends Component {
listHasArrow={true} listHasArrow={true}
listMaxLines={3} listMaxLines={3}
/> />
{/* <PageListArrow <PageListArrow
listActOpa={.8} listActOpa={.8}
listHasAster={bor_ware_required === 'Y'} listHasAster={bor_ware_required === 'Y'}
listItem={listOptionData[4]} listItem={listOptionData[4]}
...@@ -1248,7 +1248,7 @@ class TransOrderPage extends Component { ...@@ -1248,7 +1248,7 @@ class TransOrderPage extends Component {
listTitle={'title'} listTitle={'title'}
listCallBack={() => this.handleWareCheck(listOptionData[4])} listCallBack={() => this.handleWareCheck(listOptionData[4])}
listHasArrow={true} listHasArrow={true}
/> */} />
{ this.renderPickerModel() } { this.renderPickerModel() }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment