区域
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<section class="content mgt186">
|
<section class="content mgt186">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
<div class="filter-label txtjustify">设备编码</div>
|
<div class="filter-label txtjustify">设备</div>
|
||||||
<div class="fxcol mgl20 visible" >
|
<div class="fxcol mgl20 visible" >
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
:option="optionNew1"
|
:option="optionNew1"
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
/** 查询区域 */
|
/** 查询区域 */
|
||||||
async _pdaRegion () {
|
async _pdaRegion () {
|
||||||
let res = await pdaRegion('send_material')
|
let res = await pdaRegion('call_material')
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
this.option1 = [...res.result]
|
this.option1 = [...res.result]
|
||||||
this.option1.map(el => {
|
this.option1.map(el => {
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
/** 查询区域 */
|
/** 查询区域 */
|
||||||
async _pdaRegion () {
|
async _pdaRegion () {
|
||||||
let res = await pdaRegion('send_material')
|
let res = await pdaRegion('send_empty')
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
this.option1 = [...res.result]
|
this.option1 = [...res.result]
|
||||||
this.option1.map(el => {
|
this.option1.map(el => {
|
||||||
|
|||||||
Reference in New Issue
Block a user