|
@@ -39,7 +39,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button type="Primary" @click="open = false">关闭</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="open = false">关闭</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</template>
|
|
</template>
|
|
@@ -75,7 +75,7 @@ export default {
|
|
},
|
|
},
|
|
// 打开前的操作
|
|
// 打开前的操作
|
|
openDialog(data) {
|
|
openDialog(data) {
|
|
- console.log(data)
|
|
|
|
|
|
+ // console.log(data)
|
|
this.reset();
|
|
this.reset();
|
|
this.title = '提单号:'+ data.fMblno;
|
|
this.title = '提单号:'+ data.fMblno;
|
|
this.BLNoList = {
|
|
this.BLNoList = {
|