|
@@ -115,9 +115,9 @@
|
|
|
<el-form-item label="运单文件批次号" prop="fileBatchNum">
|
|
|
<el-input placeholder="运单文件批次号" v-model="fileBatchNum"></el-input>
|
|
|
</el-form-item>
|
|
|
-
|
|
|
+
|
|
|
</el-form>
|
|
|
-
|
|
|
+
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="batchUpload" v-loading.fullscreen.lock="fullscreenLoading">确 定</el-button>
|
|
@@ -319,7 +319,6 @@ export default{
|
|
|
}
|
|
|
},
|
|
|
showConfirm(){
|
|
|
- debugger
|
|
|
this.dialogVisible = true
|
|
|
this.fileBatchNum = ''
|
|
|
},
|