代码调试
This commit is contained in:
parent
81986b2493
commit
bbde82006f
|
|
@ -558,8 +558,8 @@
|
|||
</el-table>
|
||||
</el-dialog>
|
||||
|
||||
<!-- <MapDialog ref="mapDIalog" @getList="getList" />
|
||||
<DialogPush ref="dialogPush" @getList="getList" /> -->
|
||||
<MapDialog ref="mapDIalog" @getList="getList" />
|
||||
<DialogPush ref="dialogPush" @getList="getList" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -821,7 +821,6 @@ export default {
|
|||
this.maCodeList = selection.map((item) => item.maId)
|
||||
},
|
||||
selectable(row) {
|
||||
console.log(row)
|
||||
if (row.maStatus == '在库') {
|
||||
return true
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ module.exports = {
|
|||
|
||||
// target: `http://192.168.2.152:39080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
target: `http://192.168.10.105:49080`, //旭/
|
||||
// target: `http://192.168.10.105:49080`, //旭/
|
||||
target: `http://192.168.10.236:49080`, //旭/
|
||||
// target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://192.168.2.218:39080`, //福
|
||||
// target: `http://192.168.2.120:39080`, //跃
|
||||
|
|
|
|||
Loading…
Reference in New Issue