Commit b00a7ae7 authored by 黄奎's avatar 黄奎

下单,单地接类型调整

parent 2d8c194c
......@@ -210,7 +210,8 @@
</el-col>
</template>
<el-col :span="4">
<el-form-item :label="$t('salesModule.TeamPrice')" prop="TC_Price">
<!--prop="TC_Price"-->
<el-form-item :label="$t('salesModule.TeamPrice')" >
<el-input v-if="addMsg.GroupType != 4" v-model="addMsg.TC_Price"
:disabled="pagesTitle == '跟团游产品' ? false : true" @input="getTotalPrice()">
</el-input>
......@@ -358,9 +359,9 @@
"></el-input>
</el-form-item>
</el-col>
<el-col :span="4" v-if="priceObj.IsSupportChildren == 1" v-show="addMsg.GroupType !== '4'">
<el-col :span="4" v-if="priceObj.IsSupportChildren == 1" >
<el-form-item :label="$t('Operation.Op_childBed')" prop="ChirdNeedBedNum">
<el-input v-model="addMsg.ChirdNeedBedNum" :disabled="addMsg.GroupType === '4'"
<el-input v-model="addMsg.ChirdNeedBedNum"
@keyup.native="checkInteger(addMsg, 'ChirdNeedBedNum')" @input="
getNumber();
getHouseNo();
......@@ -1909,6 +1910,7 @@
}
//提交创建、修改表单
this.$refs[addMsg].validate((valid) => {
console.log("valid",valid)
if (valid) {
this.saveOrder();
} else {
......
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