no message
This commit is contained in:
parent
17f295fedd
commit
fa1e15dde4
@ -49,6 +49,8 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="detailsAdd"
|
||||
|
||||
v-hasPermi="['convenienceStore:damage:index']"
|
||||
>新增报损单</el-button>
|
||||
</el-col>
|
||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||
|
@ -89,10 +89,12 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="batchGrounding('qy')"
|
||||
v-hasPermi="['convenienceStore:goodsFile:up']"
|
||||
>商品上架</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="batchGrounding('jy')"
|
||||
v-hasPermi="['convenienceStore:goodsFile:down']"
|
||||
>商品下架</el-button>
|
||||
<div style="font-size: 12px;color: red;margin: 5px 0">注:库存为0或未设置零售价和会员价的商品不可上架</div>
|
||||
</div>
|
||||
@ -136,12 +138,16 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['convenienceStore:goodsFile:weih']"
|
||||
|
||||
>商品维护</el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="isRecoveryBin(scope.row,1)"
|
||||
v-hasPermi="['convenienceStore:goodsFile:movedel']"
|
||||
|
||||
>移至回收站</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@ -152,12 +158,15 @@
|
||||
type="text"
|
||||
icon="el-icon-shopping-cart-full"
|
||||
@click="isRecoveryBin(scope.row,0)"
|
||||
v-hasPermi="['convenienceStore:goodsFile:move']"
|
||||
|
||||
>移出至商品档案</el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['convenienceStore:goodsFile:del']"
|
||||
>删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -39,6 +39,8 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="detailsAdd"
|
||||
v-hasPermi="['convenienceStore:inventory:index']"
|
||||
|
||||
>新增盘点批次</el-button>
|
||||
</el-col>
|
||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||
|
@ -49,6 +49,7 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="detailsAdd"
|
||||
v-hasPermi="['convenienceStore:purchase:index:add']"
|
||||
>新增采购订单</el-button>
|
||||
</el-col>
|
||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||
|
@ -49,6 +49,7 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="detailsAdd"
|
||||
v-hasPermi="['convenienceStore:returns:index']"
|
||||
>新增退货订单</el-button>
|
||||
</el-col>
|
||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||
|
@ -90,7 +90,9 @@
|
||||
<el-card style="margin-top: 20px" >
|
||||
<div style="display: flex;justify-content: space-between">
|
||||
<div style="font-size: 18px">列表</div>
|
||||
<el-button type="primary" @click="dialogVisible = true">导出</el-button>
|
||||
<el-button type="primary" @click="dialogVisible = true"
|
||||
v-hasPermi="['convenienceStore:stockStatistic:ex']"
|
||||
>导出</el-button>
|
||||
</div>
|
||||
|
||||
<el-table ref="tables" v-loading="loading" :data="list"
|
||||
|
@ -42,6 +42,7 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['convenienceStore:supplier:add']"
|
||||
>新增供应商</el-button>
|
||||
<el-table ref="tables" v-loading="loading" :data="list"
|
||||
@selection-change="handleSelectionChange" :default-sort="defaultSort"
|
||||
@ -80,12 +81,14 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['convenienceStore:supplier:update']"
|
||||
>修改</el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['convenienceStore:supplier:del']"
|
||||
>删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -36,6 +36,7 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="giftAdd"
|
||||
v-hasPermi="['integral:gift:index:add']"
|
||||
>新增礼品</el-button>
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
@ -136,6 +137,8 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row),getStock(scope.row)"
|
||||
v-hasPermi="['integral:gift:index:update']"
|
||||
|
||||
>修改</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -37,6 +37,7 @@
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="categoryAdd"
|
||||
v-hasPermi="['integral:giftCategory:index:add']"
|
||||
>新增分类</el-button>
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
@ -69,6 +70,8 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['integral:giftCategory:index:update']"
|
||||
|
||||
>修改</el-button>
|
||||
</template>
|
||||
<!-- v-hasPermi="['']"-->
|
||||
|
@ -113,7 +113,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
@ -213,14 +213,17 @@
|
||||
<!-- <el-row> -->
|
||||
<span style="margin-bottom: 20px;">积分说明</span>
|
||||
<editor style="margin-top: 20px;" @input="handleChildValue" :value.default="dataForm.pointsRules" :height.default="500"></editor>
|
||||
|
||||
|
||||
<!-- </el-row> -->
|
||||
</el-form>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
<div style="float: right;margin-top: 20px; margin-bottom: 20px;">
|
||||
<el-button type="primary" @click="submit">确 定</el-button>
|
||||
<el-button type="primary" @click="submit"
|
||||
v-hasPermi="['integral:settings:index']"
|
||||
|
||||
>确 定</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
@ -359,14 +362,14 @@ export default {
|
||||
integral:0,
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
// 积分规则
|
||||
pointsRules: ''
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
Loading…
Reference in New Issue
Block a user