pull
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
// this._stivtQuery(this.val1, this.val2)
|
||||
this._stivtQuery(this.val1, this.val2)
|
||||
},
|
||||
methods: {
|
||||
handleChange1 (e) {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<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_name}}</td>
|
||||
<td>{{e.box_weight}}</td>
|
||||
|
||||
Reference in New Issue
Block a user