Shan9312 1 mese fa
parent
commit
db34394bd1
4 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 1
      .env.development
  2. BIN
      dist-测试-1021.zip
  3. 0 0
      dist/index.html
  4. 1 0
      src/views/custom/purchase/index.vue

+ 1 - 1
.env.development

@@ -12,7 +12,7 @@ ENV = 'development'
 
 # 线上测试
 VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
-# VUE_APP_BASE_API = 'http://10.0.11.126:8082/'
+# VUE_APP_BASE_API = 'http://10.0.11.163:8082/'
 
 # VUE_APP_BASE_API = 'http://36.155.144.182:18090/'
 

BIN
dist-测试-1021.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 0
src/views/custom/purchase/index.vue

@@ -672,6 +672,7 @@
                 <span v-show="scope.row.sapstatus == 0">上传成功</span>
               </template>
             </el-table-column>
+             <el-table-column label="sap错误" prop="sapError" min-width="110px" align="center" />
             <el-table-column prop="srmstatus" label="srm上传状态" min-width="80px" align="center">
               <template slot-scope="scope">
                 <span v-show="scope.row.srmstatus == 1">上传失败</span>

Some files were not shown because too many files changed in this diff