董国庆
2025-01-10 44cf8d800c54e947da71f827221871615c50ff12
xiugai
2个文件已修改
6 ■■■■ 已修改文件
src/view/Home.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/addOrder.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/Home.vue
@@ -69,7 +69,7 @@
                </el-table-column>
                <el-table-column prop="bol" label="提单号" align="center">
                </el-table-column>
                <el-table-column prop="post" label="收件人邮箱" align="center">
                <el-table-column prop="mail" label="收件人邮箱" align="center">
                </el-table-column>
                <el-table-column prop="address" label="收件人地址" align="center">
                </el-table-column>
src/view/addOrder.vue
@@ -943,18 +943,22 @@
    handleRemove1(e) {
      console.log(e, 'e');
      this.form.DOFileUrl = '';
      this.fileList1 = []
    },
    handleRemove2(e) {
      console.log(e, 'e');
      this.form.PUFileUrl = '';
      this.fileList2 = []
    },
    handleRemove3(e) {
      console.log(e, 'e');
      this.form.PODFileUrl = '';
      this.fileList3 = []
    },
    handleRemove4(e) {
      console.log(e, 'e');
      this.form.otherFileUrl = '';
      this.fileList4 = []
    },
    handleExceed(e) {