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