全局样式
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>单据号</th>
|
||||
<th class="fontcol1">单据号</th>
|
||||
<th>状态</th>
|
||||
<th>总重量</th>
|
||||
<th>明细数</th>
|
||||
@@ -41,7 +41,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.bill_code === pkId}">
|
||||
<td>{{e.bill_code}}</td>
|
||||
<td class="fontcol1">{{e.bill_code}}</td>
|
||||
<td>{{e.bill_status}}</td>
|
||||
<td>{{e.total_qty}}</td>
|
||||
<td>{{e.detail_count}}</td>
|
||||
@@ -74,8 +74,8 @@
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import UpTop from '@/components/upTop.vue'
|
||||
// import {twoPdaIvtQuery} from '@/utils/getData2.js'
|
||||
import {twoPdaIvtQuery} from '@/utils/mork2.js'
|
||||
import {twoPdaIvtQuery} from '@/utils/getData2.js'
|
||||
// import {twoPdaIvtQuery} from '@/utils/mork2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
|
||||
Reference in New Issue
Block a user