pull
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
// this._stivtQuery(this.val1, this.val2)
|
this._stivtQuery(this.val1, this.val2)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange1 (e) {
|
handleChange1 (e) {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i">
|
<tr v-for="(e, i) in dataList" :key="i">
|
||||||
<td style="text-decoration: underline;" @tap="toXq(el.package_box_sn)">{{e.package_box_sn}}</td>
|
<td style="text-decoration: underline;" @tap="toXq(e.package_box_sn)">{{e.package_box_sn}}</td>
|
||||||
<td>{{e.point_code}}</td>
|
<td>{{e.point_code}}</td>
|
||||||
<td>{{e.point_name}}</td>
|
<td>{{e.point_name}}</td>
|
||||||
<td>{{e.box_weight}}</td>
|
<td>{{e.box_weight}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user