diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue
index 75088a6a..1612b05e 100644
--- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue
+++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue
@@ -295,8 +295,7 @@
size="mini"
type="primary"
v-if="
- (scope.row.manageType == 1 ||
- scope.row.manageType == 2) &&
+ scope.row.manageType == 1 &&
scope.row.status != 2
"
@click="numOut(scope.row)"
@@ -389,7 +388,9 @@
align="center"
width="80"
type="index"
- :index="indexContinuation(outQuery.pageNum, outQuery.pageSize)"
+ :index="
+ indexContinuation(outQuery.pageNum, outQuery.pageSize)
+ "
>
+ 结算中
+ 已结算
@@ -200,7 +207,7 @@ export default {
data() {
return {
// 遮罩层
- loading: true,
+ // loading: true,
// 选中数组
ids: [],
// 非单个禁用
@@ -217,12 +224,15 @@ export default {
projectList: [],
statusList: [
{ id: '0', name: '请选择' },
- { id: '1', name: '未结算' },
+ { id: '1', name: '结算中' },
{ id: '2', name: '已结算' },
- { id: '3', name: '待审核' },
], //集合
// 表格数据
- agreementList: [],
+ agreementList: [
+ {
+ agreementCode: '测试',
+ },
+ ],
// 弹出层标题
title: '',
// 是否显示弹出层
@@ -320,6 +330,11 @@ export default {
handleBatchExport() {
console.log('批量导出月结明细表')
+ if (this.ids.length < 1) {
+ this.$message.error('请勾选需要导出的数据!')
+ return
+ }
+
this.exportDialogVisible = true
},
/** 关闭弹框 */
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index ce3fccef..132a03ff 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -42,12 +42,12 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`,
- // target: `http://192.168.2.167:28080`, //超
+ target: `http://192.168.2.134:39080`, //超
// target: `http://10.40.92.81:8080`, //韩/
// target: `http://10.40.92.74:8080`,//旭/
// target: `http://10.40.92.138:28080`, //帅
// target: `http://10.40.92.253:28080`, //福
- target: `http://192.168.2.120:39080`, //跃
+ // target: `http://192.168.2.120:39080`, //跃
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;