|
|
@@ -41,7 +41,7 @@
|
|
|
<th class="text-center" width="80">数量</th>
|
|
|
<th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
|
|
|
<th class="text-center" width="130">大陆交货<span style="font-size: 12px;">(¥)</span></th>
|
|
|
- <th class="text-center" width="120">交期</span></th>
|
|
|
+ <th class="text-center" width="120">交期<span style="font-size: 12px;">(天)</span></th>
|
|
|
<th class="text-center" width="140">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -149,7 +149,7 @@
|
|
|
if (storeList.storeid && storeList.storeid !== '') {
|
|
|
this.storeIds = storeList.storeid
|
|
|
}
|
|
|
- this.storeId
|
|
|
+ // this.storeId
|
|
|
if (this.storeIds.length > 0) {
|
|
|
if (this.storeIds.indexOf(this.storeId) === -1) {
|
|
|
this.storeExist = true
|