rev:质量报告回传按钮新增点击提示
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<!-- <el-form-item label="生成方式">
|
<!-- <el-form-item label="生成方式">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="query.create_mode"
|
v-model="query.create_mode"
|
||||||
clearable
|
clearable
|
||||||
@@ -194,13 +194,13 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
slot="right"
|
slot="right"
|
||||||
|
v-permission="permission.confirm"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
:loading="loadingConfirm"
|
:loading="loadingConfirm"
|
||||||
type="warning"
|
type="warning"
|
||||||
:disabled="confirm_flag"
|
:disabled="confirm_flag"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
size="mini"
|
size="mini"
|
||||||
v-permission="permission.confirm"
|
|
||||||
@click="confirm"
|
@click="confirm"
|
||||||
>
|
>
|
||||||
强制确认
|
强制确认
|
||||||
@@ -287,7 +287,7 @@
|
|||||||
<el-table-column show-overflow-tooltip label="客户" align="center" prop="cust_simple_name" width="100" />
|
<el-table-column show-overflow-tooltip label="客户" align="center" prop="cust_simple_name" width="100" />
|
||||||
<el-table-column show-overflow-tooltip label="客户编码" align="center" prop="cust_code" width="100" />
|
<el-table-column show-overflow-tooltip label="客户编码" align="center" prop="cust_code" width="100" />
|
||||||
<el-table-column show-overflow-tooltip label="交货单号" align="center" prop="vbeln" width="100" />
|
<el-table-column show-overflow-tooltip label="交货单号" align="center" prop="vbeln" width="100" />
|
||||||
<el-table-column show-overflow-tooltip label="是否回传" align="center" prop="is_upload" width="80" :formatter="formatIsUpload"/>
|
<el-table-column show-overflow-tooltip label="是否回传" align="center" prop="is_upload" width="80" :formatter="formatIsUpload" />
|
||||||
<el-table-column show-overflow-tooltip :formatter="create_modeFormat" prop="create_mode" label="生成方式" width="100" />
|
<el-table-column show-overflow-tooltip :formatter="create_modeFormat" prop="create_mode" label="生成方式" width="100" />
|
||||||
<el-table-column show-overflow-tooltip label="备注" align="center" prop="remark" width="100" />
|
<el-table-column show-overflow-tooltip label="备注" align="center" prop="remark" width="100" />
|
||||||
<el-table-column show-overflow-tooltip label="制单人" align="center" prop="input_optname" />
|
<el-table-column show-overflow-tooltip label="制单人" align="center" prop="input_optname" />
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
<ViewDialog :dialog-show.sync="viewShow" :rowmst="mstrow" @AddChanged="querytable" />
|
<ViewDialog :dialog-show.sync="viewShow" :rowmst="mstrow" @AddChanged="querytable" />
|
||||||
<DivDialog :dialog-show.sync="divShow" :open-array="openParam" :stor-id="storId" :rowmst="mstrow" @DivChanged="querytable" />
|
<DivDialog :dialog-show.sync="divShow" :open-array="openParam" :stor-id="storId" :rowmst="mstrow" @DivChanged="querytable" />
|
||||||
<TaskDialog :dialog-show.sync="taskShow" :open-array="openParam" :rowmst="mstrow" @TaskChanged="querytable" />
|
<TaskDialog :dialog-show.sync="taskShow" :open-array="openParam" :rowmst="mstrow" @TaskChanged="querytable" />
|
||||||
<MoneyDialog :dialog-show.sync="openMoneyDialog" :open-param-money="openParamMoney"/>
|
<MoneyDialog :dialog-show.sync="openMoneyDialog" :open-param-money="openParamMoney" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -480,6 +480,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
outReturn() {
|
outReturn() {
|
||||||
|
alert('点击确认按钮后,单据进行回传!')
|
||||||
checkoutbill.outReturn({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
|
checkoutbill.outReturn({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
|
||||||
this.crud.notify('回传成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify('回传成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||||
this.querytable()
|
this.querytable()
|
||||||
@@ -525,7 +526,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
downdtl() {
|
downdtl() {
|
||||||
/* const data = {
|
/* const data = {
|
||||||
'bill_code': this.crud.query.bill_code,
|
'bill_code': this.crud.query.bill_code,
|
||||||
'buss_type': this.crud.query.buss_type,
|
'buss_type': this.crud.query.buss_type,
|
||||||
'io_type': this.crud.query.io_type,
|
'io_type': this.crud.query.io_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user