Commit fcc4b9e5 by wuqian

初版出库单

parent 9f9aa652
...@@ -125,10 +125,10 @@ ...@@ -125,10 +125,10 @@
> >
删除 删除
</el-button> </el-button>
<!-- <el-button type="success" @click="handleExport"> 导出 </el-button> <el-button type="success" @click="handleExport"> 导出 </el-button>
<el-button type="primary" @click="printProductTag"> <el-button type="primary" @click="printProductTag">
打印商品SKU标签 打印商品SKU标签
</el-button> --> </el-button>
<el-button <el-button
v-if="nodeCode === 'PENDING_AUDIT'" v-if="nodeCode === 'PENDING_AUDIT'"
type="warning" type="warning"
...@@ -1021,15 +1021,15 @@ const getTreeNum = async () => { ...@@ -1021,15 +1021,15 @@ const getTreeNum = async () => {
} }
} }
const showPrintDialog = ref(false) const showPrintDialog = ref(false)
// const printProductTag = async () => { const printProductTag = async () => {
// if (!selections.value.length) { if (!selections.value.length) {
// return ElMessage.warning('请选择要操作的数据') return ElMessage.warning('请选择要操作的数据')
// } }
// showPrintDialog.value = true showPrintDialog.value = true
// selections.value.forEach((el:InterWarehousePage) => { // selections.value.forEach((el:InterWarehousePage) => {
// el.number = '' // el.number = ''
// }) // })
// } }
async function handlePrintProductTag() { async function handlePrintProductTag() {
// const flag = selections.value.every((el:InterWarehousePage) => el.number && el.number != '0') // const flag = selections.value.every((el:InterWarehousePage) => el.number && el.number != '0')
// if (!flag) { // if (!flag) {
...@@ -1094,9 +1094,9 @@ const exportForm = ref({ ...@@ -1094,9 +1094,9 @@ const exportForm = ref({
delivery: false, delivery: false,
resource: '', resource: '',
}) })
// const handleExport = () => { const handleExport = () => {
// exportVisible.value = true exportVisible.value = true
// } }
const submitExportForm = () => { const submitExportForm = () => {
// if (exportForm.value.resource === '') { // if (exportForm.value.resource === '') {
// return ElMessage.error('请选择导出类型') // return ElMessage.error('请选择导出类型')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment