Commit 1cc019bf authored by lujunye's avatar lujunye

转回正常流程,禁止输入总价

parent f02bdaa7
......@@ -144,7 +144,7 @@
<color key="textColor" name="标题字颜色"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入入库总价" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DNW-1v-r8x">
<textField opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入入库总价" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DNW-1v-r8x">
<rect key="frame" x="97" y="189" width="299" height="32"/>
<constraints>
<constraint firstAttribute="height" constant="32" id="xhx-Wp-Bnu"/>
......
......@@ -59,7 +59,7 @@ class NewRKVc: BaseViewController ,UITableViewDelegate,UITableViewDataSource, Ne
GoodsInputApply(dict, success: { (data) in
HUD.hide()
HUD.flash(.labeledSubSuccess(subtitle: "申请成功"), delay: 1.2)
self.navigationController?.popViewController(animated: true)
}) { (error) in
......@@ -235,10 +235,10 @@ class NewRKVc: BaseViewController ,UITableViewDelegate,UITableViewDataSource, Ne
}
self.lgBtnTitLbl.text = "提交申请"
// if self.authArr.contains("63"){
// self.isGm = true
// self.lgBtnTitLbl.text = "直接入库"
// }
if self.authArr.contains("63"){
self.isGm = true
self.lgBtnTitLbl.text = "直接入库"
}
model.data?.warehouse_res?.forEach({ (item) in
self.rkWareHouseArr.append(item)
......
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 to comment