自采入库、新增物品、上传图片、全部收货接口调试,其它逻辑优化
This commit is contained in:
@@ -15,7 +15,6 @@ import com.sw.inbound.model.response.SearchGoodsInfo
|
||||
class GoodsRecognizeDialog(
|
||||
context: Context,
|
||||
var list: MutableList<SearchGoodsInfo.Record>,
|
||||
var dismissDialog: () -> Unit,
|
||||
var findGoods: () -> Unit
|
||||
) : BaseDialog(context) {
|
||||
|
||||
@@ -27,11 +26,6 @@ class GoodsRecognizeDialog(
|
||||
return binding.root
|
||||
}
|
||||
|
||||
override fun dismiss() {
|
||||
dismissDialog()
|
||||
super.dismiss()
|
||||
}
|
||||
|
||||
private val recognizeAdapter by lazy {
|
||||
RecognizeAdapter(list).apply {
|
||||
isStateViewEnable = true
|
||||
|
||||
Reference in New Issue
Block a user